Predict the output:
#includestdio.h
int main()
{
int a=10, b=20, c=30, d=40;
if(a=b==d=c)
{
printf("TRUE");
}
else
{
printf("FALSE");
}
return 0;
}

Posted on by