Latest C Aptitude Question SOLUTION: #include int main() { int i; while(sizeof(NULL)) { printf("inside loop"); continue; break; } return 0; }