MCQOPTIONS
Is this a correct way for NULL pointer assignme..
Is this a correct way for NULL pointer assignment? int i=0;char *q=(char*)i;