Q. What is output of below program?int main(){for(; ;);for(; ;); printf("Hello");return 0;} (Solved)
1. Compilation Error
2. Runtime Error
3. Nothing is printed
4. Hello is printed infinite times
- c. Nothing is printed
1. Compilation Error
2. Runtime Error
3. Nothing is printed
4. Hello is printed infinite times