Predict the output of following code
#includestdio.h
void main()
{
int x=22;
if (x=10)
printf ("True");
else
printf ("False");
}


Posted on by