Q70
What will be the output of the following C code? #include int main() printf("Hello"); main(); return 0;
A.
Hello is printed once
B.
Hello infinite number of times
AnswerC.
Hello is not printed at all
D.
0 is returned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board