#inelude <stdlib.h>
#inelude <stdio.h>
enum {false, true} :
int main
1
do
{
printf("%d\n", i);
i++;
if (i < 15)
continue
while (false);
getchar();
return 0;
}
Answers
Answered by
0
Answer:
Output =>
only getchar() executes and gets a character as input.
Mark as Brainliest, it really motivates!
Similar questions