Computer Science, asked by prunthakannan17, 1 day ago

what is the output of the C program?
int main()
{
while (true)
{
printf("RABBIT");
break ;
}
return 0;
}

Answers

Answered by alokprajapati362
0

Answer:

What is the output of C Program with functions.?

Explanation: Yes. Compiler error.

Similar questions