72) Consider the statements
putchar ( getchar ( ));
putchar(getchar( ));
if
a
b
is the input, the output will be
Answer is:
this can't be the input
Related C Programming MCQ with Answers
Answer is:
both sizeof(double)is not less than sizeof(float) & sizeof (int )equals sizeof(unsigned)
Answer is:
both coercion refers to implicit conversion & casting refers to explicit type conversion
Answer is: