What is the output of the code?
includestdio.h
int main()
{
static int var=6;
printf ("%d",var--);
if ( var)
main();
return 0;
}

Posted on by