Latest C Aptitude Question SOLUTION: Q. main() {i nt i=0; for(;i++;printf("%d",i)) ; printf("%d",i); } A. 1 Explanation: before entering into the for loop the checking condition is "evaluated". Here it evaluates to