Home » Technical Questions » Programming

How many times the following program would print 'Jamboree'? main() { printf ( "\nJamboree"); main (); }

Correct Answer: Till the stack doesn't overflow

← Previous Question Next Question→

More Questions from Programming

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion