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