Sail E0 Webinar
Question
Determine Output:
void main()
{
int i=1;
while(i2)
goto here;
i++;
}
}
fun()
{
here: printf("PP");
}
Options:
A .  12PP
B .  12PP345
C .  Compiler Error
D .  None of These
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers