Hi I was just running a snippet from this website. int a=10,b; b=a++ + ++a; printf("%d,%d,%d,%d",b,a++,a,++a); I expected the answer...
Separate names with a comma.