Can you explain this please..

please answer what will be the output of the code & why...

1
2
int i = 10;
    printf(" %d %d %d \n", ++i, i++, ++i);
Topic archived. No new replies allowed.