int q=2;
int main(){
int j=q--;
if(!j)
printf("post quiz");
else
printf ("post question");
main();
}
return 0;
}
What is the output of the above program?

Posted on by