Computer Science, asked by tonai93, 11 months ago

Output:
#include<studio.h>
void main()
{
if(!7)
printf("Tom is good");
else
printf("Tom is bad");
printf("Bye.....");
}

Answers

Answered by deepu7575
0
hii
output
tom is bad

tonai93: Sorry find the output
Similar questions