199) The following program fragment
int a = 4, b = 6;
printf (" %d ", a == b);
Answer is:
prints 0
Related C Programming MCQ with Answers
Answer is: