1.

What is the output of the following program segment ? main() { long i = 65536; printf(“%d\n”, i); }

A. 0
B. 65536
C. -1
D. 65
Answer» B. 65536


Discussion

No Comment Found