1.

What will be the output of the following C code? #include <stdio.h> int main() { k = 23; printf("%d n", k++); return 0; }

A. 21
B. 22
C. 23
D. 24
E. Compilation Error
Answer» F.


Discussion

No Comment Found

Related MCQs