What is the output of the following code?
#includestdio.h
int main ( )
{
int x=40;
x%=3;
printf("%d",x);
return 0;
}


Posted on by