[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Functions - Discussion

Home > C Programming > Functions > MCQs Questions Discussion

15 / 53

Choose the correct option.

How many  times  the following 'C' program would print 'Jamboree'?

#include<stdio.h>
void main()
{
printf ("\nJamboree");
main();
}

AInfinite number of times

B32767 times

C65535 times

DTill the stack doesn't overflow

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

No Discussion on this question yet!