C Programming
What will be the output given program?#includevoid main(){int i = -10;for(;i;printf("%d ", i++));}

Complier error
-10 to -1
-10 to infinite
-10 to 0

ANSWER DOWNLOAD EXAMIANS APP