Predict the output:
#includestdio.h
void main()
{
int i=(10,47,60);
if(i==10)
printf("equal\n");
else
printf("not equal\n");
}

Posted on by