1.

Find the output of the following program. void main() { int i=01289; printf("%d", i); }

A. 0289
B. 1289
C. 713
D. Syntax error
Answer» E.


Discussion

No Comment Found