Predict the output
#includestdio.h
int main ()
{
int a = 4*6/3+5-2;
printf ("%d",a);
return 0;
}

Posted on by