1.

What will be the output of the program ?_x000D_ #include_x000D_ _x000D_ int main()_x000D_ {_x000D_ int k=1;_x000D_ printf("%d == 1 is" "%s\n", k, k==1?"TRUE":"FALSE");_x000D_ return 0;_x000D_ }

A. k == 1 is TRUE
B. 1 == 1 is TRUE
C. 1 == 1 is FALSE
D. K == 1 is FALSE
Answer» C. 1 == 1 is FALSE


Discussion

No Comment Found

Related MCQs