71) If abc is the input, then the following program fragment
char x, y, z ;
printf ("% d" , scanf ("%c%c%c" , &x , &y ,&z)) ;
results in
Answer is:
printing of 3
Related C Programming MCQ with Answers
Answer is:
this can't be the input
Answer is:
both sizeof(double)is not less than sizeof(float) & sizeof (int )equals sizeof(unsigned)
Answer is: