

MCQOPTIONS
Saved Bookmarks
1. |
How many times the following program will print "Manjesh"?#include <stdio.h> int main ( ){ printf ("Manjesh n"); main ( ) ; return 0 ;} |
A. | Infinite number of times |
B. | 32767 times |
C. | 65535 times |
D. | Till the stack doesn't overflow |
Answer» E. | |