MCQs > IT & Programming > C Programming > How many times the program will print 'Hello World' ? #include int main() { printf('Hello World'); main(); return 0; }

C Programming MCQs

How many times the program will print "Hello World" ? #include<stdio.h> int main() { printf("Hello World"); main(); return 0; }

Answer

Correct Answer: Till stack overflows

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it