Predict the output of the following code
#includestdio.h
int main( )
{
int a=(2,3,7);
printf ("%d", a);
return 0;
}

Posted on by