What is the output of the following code?
#include stdio.h
main()
{
int a=1,b=2,c=3;

printf("%d",a+=(a+= 3,5,a));
}

Posted on by