A
Q. What is the output of C Program.?
Code:
int main()
{
while(true)
{
printf("RABBIT");
break;
}
return 0;
}
{
while(true)
{
printf("RABBIT");
break;
}
return 0;
}
- Correct Answer - Option(D)
- Views: 22
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.