1.

Output of the following program fragment is x = 5; y = x++; printf(“%d%d”, x, y);

A. 5,6
B. 5,5
C. 6,5
D. 6,6
Answer» D. 6,6


Discussion

No Comment Found