1.

What will be the output of the following C code?#include main( ){int i;for ( i=0; i

A. 10 11 12 13 14
B. 10 10 10 10 10
C. 0 1 2 3 4
D. Compilation error
Answer» C. 0 1 2 3 4


Discussion

No Comment Found