Latest ADITI Aptitude Question SOLUTION: Q. What is the output of the program given below #include main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }