โช Choose the correct option.
What will be the output of the following program on GCC?
#include
int main(){
int i;
printf("happy new year");
for(i=1;i<=10;i++)
main();
}
What will be the output of the following program on GCC?
What will be the output of the following program on GCC?
#include
int main(){
int i;
printf("happy new year");
for(i=1;i<=10;i++)
main();
}