C Programming
Determine Output:void main(){ static int i=5; if(--i){ main(); printf("%d ", i); }}

None of These
Infinite Loop
5 4 3 2 1
0 0 0 0

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

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

ANSWER DOWNLOAD EXAMIANS APP