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

0123456789
Infinite loop
0
10
Syntax error

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

Takes care of conditional compilation
All of these
Acts before compilation
Takes care of macros
Takes care of include files

ANSWER DOWNLOAD EXAMIANS APP