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

Correct Answer: Till the stack doesn't overflow

More Questions from Programming

Discussion & Comments

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