A
Q. What is the output of C Program?
Code:
int main()
{
int k;
for(printf("FLOWER "); printf("YELLOW "); printf("FRUITS "))
{
break;
}
return 0;
}
{
int k;
for(printf("FLOWER "); printf("YELLOW "); printf("FRUITS "))
{
break;
}
return 0;
}
- Correct Answer - Option(C)
- Views: 20
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.