how it's answer is 36? - by prathamesh main() { int a=5; a= a++ + ++a + ++a + a++ + a++; printf("%d",a); } Read the article