How many times the following program would print 'Jamboree'?
main()
{
printf ( "\nJamboree");
main ();
}5
2365 5b5cc7dde4d2b419777515e1
Q: How many times the following program would print 'Jamboree'? main() { printf ( "\nJamboree"); main (); }
- Show Answer
- Workspace
- Discuss