Predict the output:
#includestdio.h
#includemath.h
int m;
int main()
{
printf("enter a number:");
scanf("%d",&m);
printf("%d",m%2==0);
return 0;
}

Posted on by