printf("%d,%d,%d", a, a++, a++)

X

Xiaofeng Ye

int main(void)
{
int a = 3;
printf("%d, %d, %d", a, a++, a++);
}

with Gcc, the output is "5 4 3", I just confused.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,156
Messages
2,570,878
Members
47,408
Latest member
AlenaRay88

Latest Threads

Top