Can you guess the output of this following C Code??
#include stdio.h
void main()
{
int a = 4, b = 5, c = 6;
printf("%d",a+=(a += 3,5,a));
}


Posted on by