Computer Science, asked by karthickeee9797, 2 months ago

#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 singhanshuman1020
0

Answer:

Output =>

only getchar() executes and gets a character as input.

Mark as Brainliest, it really motivates!

Similar questions