Home » Technical Questions » Programming

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

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!