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

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

ANSWER DOWNLOAD EXAMIANS APP