Predict the output
#includestdio.h
int main ( )
{
int x=8;
if(x/2==0)
printf("even");
else
printf("odd");
}

Posted on by