323) The statement
if ( myPtr != NULL )
*myPtr = NULL;
else
*myPtr = NULL;
has the same effect as the statements(s)
Answer is:
All of these
Related C Programming MCQ with Answers
Answer is:
putchar ( * (wer [1] + 2) ) ;
Answer is:
prints e
Answer is: