Question:How many times the program will print "IndiaBIX" ?
#include<stdio.h>

int main()
{
    printf("IndiaBIX");
    main();
    return 0;
}
 

A Infinite times 

B 32767 times 

C 65535 times 

D Till stack overflows 

+ Answer
+ Report
Total Preview: 1268

Copyright © 2024. Powered by Intellect Software Ltd