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


Posted on by