PREDICT THE OUTPUT FOR THE FOLLOWING
#includestdio.h
int main()
{
label:
{
int i=1;
if(!i)
printf("AKA");
else
{
i=0;
printf("AVTR");
goto label ;
}
return 0;
}
}

Posted on by