Latest C Aptitude Question SOLUTION: main() { for(i=0; i++; i<100) printf("hello world"); } a)100 times b)0 times c)Infinite loop d)None of the above.