what is the output of the C program?
int main()
{
while (true)
{
printf("RABBIT");
break ;
}
return 0;
}
Answers
Answered by
0
Answer:
What is the output of C Program with functions.?
Explanation: Yes. Compiler error.
Similar questions