What will be the output of this program?

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

Posted on by