1.

What is the output of code fragement? int x==4; printf("%d %d",x++,++x);

A. 44
B. 45
C. 55
D. 56
Answer» D. 56


Discussion

No Comment Found