Can you explain this please..

Feb 11, 2015 at 6:49am
please answer what will be the output of the code & why...

1
2
int i = 10;
    printf(" %d %d %d \n", ++i, i++, ++i);
Feb 11, 2015 at 8:36am
Topic archived. No new replies allowed.