0
What the expression " x += 1" means?
21st Jun 2017, 4:52 AM
Vishal Suthar

3 Answers
+ 4
Short hand for writing:
x = x + (1);
21st Jun 2017, 4:55 AM
Rrestoring faith

+ 3
x = x + 1
21st Jun 2017, 4:55 AM
Bogdan Sass

+ 3
Oh i see, its an incrementing expression
21st Jun 2017, 4:57 AM
Vishal Suthar

Often have questions like this?
Learn more efficiently, for free:
Hot today
DSA doubt
1 Votes
Input errors (python)
1 Votes
Data structure using C
0 Votes
Vote Code
1 Votes
Without degree job
0 Votes