how it's answer is 36?

Posted by prathamesh on Stack Overflow See other posts from Stack Overflow or by prathamesh
Published on 2010-05-29T12:26:23Z Indexed on 2010/05/29 12:32 UTC
Read the original article Hit count: 131

Filed under:
main()
{
   int a=5;
   a= a++ + ++a + ++a + a++ + a++;
   printf("%d",a);
}

© Stack Overflow or respective owner

Related posts about c