Un-Answered Questions { Engineering Entrance Exams }

what will the output of this program. sint a=10,b; b=a++ + ++a; printf("%d,%d,%d,%d",b,a++,a,++a)

1089