C Programming
What will be the output of the following piece of code?for(i = 0; i<10; i++);printf("%d", i);

Syntax error
10
0123456789
Infinite loop
0

ANSWER DOWNLOAD EXAMIANS APP