1.

What will be the output of the following program ? main() { int i = 5; printf(“%d”, i=++i==6); }

A. 0
B. 1
C. 7
D. 6
Answer» C. 7


Discussion

No Comment Found