What is the out pt of the following code
#include <studio. h>
int main()
{
int x=40;
X%=2;
printf("%d",x);
return 0;
}

Posted on by