Can you explain the Output ?

Posted by tuman on Stack Overflow See other posts from Stack Overflow or by tuman
Published on 2010-04-29T09:26:31Z Indexed on 2010/04/29 9:37 UTC
Read the original article Hit count: 134

Filed under:
|

What should be the output of the following code and why? I am little bit confused.

int a =10;
printf("%d %d %d",a,a=a+10,a);

© Stack Overflow or respective owner

Related posts about c

    Related posts about c++