Guess the output.

void main()
{
int a=1,b=2;
printf("%d",a+=(a+=3,5,b));
}

Posted on by