1.

Output of the program given below is int i; main() { printf(“%d”, i); }

A. 1
B. 0
C. -1
D. Null
Answer» C. -1


Discussion

No Comment Found