• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
0

what does x+=++x mean??

int x=9; x+=++x; Cout<<x; //outputs 20 How did this happen? I know that x++=x+1 but what does ++x mean??

c++
4th Nov 2017, 6:26 PM
Noor al-Rajab
Noor al-Rajab - avatar
2 Answers
+ 7
Or it may make demons fly out of your nose. http://en.cppreference.com/w/cpp/language/eval_order https://en.wikipedia.org/wiki/Sequence_point https://en.wikipedia.org/wiki/Undefined_behavior https://en.wikichip.org/wiki/nasal_demons
4th Nov 2017, 6:49 PM
deFault

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
ok i am devolp website which programing language iam should learn
1 Votes
ai
0 Votes
How to add image in css while sololearn coding
0 Votes
Cities Sylines AI Model Clima 1.0
0 Votes
What courses should I take to be a data scientist
0 Votes
Python coding help
1 Votes
What company hired front-end developer after taking course in their website?
0 Votes