FIFA-2022 Career Guide Free Tutorials Go to Your University Placement Preparation 
0 like 0 dislike
354 views
in Tutorial & Interview questions by Goeduhub's Expert (9.3k points)
The increment and decrement operators exist in prefix and postfix form.

1 Answer

0 like 0 dislike
by Goeduhub's Expert (9.3k points)
 
Best answer
The increment and decrement operators exist in prefix and postfix form.

int a = 1;

int b = 1;

int tmp = 0;

tmp = ++a;        /* increments a by one, and returns new value; a == 2, tmp == 2  */

tmp = a++;        /* increments a by one, but returns old value; a == 3, tmp == 2 */

tmp = --b;        /* decrements b by one, and returns new value; b == 0, tmp == 0 */

tmp = b--;        /* decrements b by one, but returns old value; b == -1, tmp == 0 */

Note that arithmetic operations do not introduce sequence points, so certain expressions with ++ or -- operators may introduce undefined behaviour.

Learn & Improve In-Demand Data Skills Online in this Summer With  These High Quality Courses[Recommended by GOEDUHUB]:-

Best Data Science Online Courses[Lists] on:-

Claim your 10 Days FREE Trial for Pluralsight.

Best Data Science Courses on Datacamp
Best Data Science Courses on Coursera
Best Data Science Courses on Udemy
Best Data Science Courses on Pluralsight
Best Data Science Courses & Microdegrees on Udacity
Best Artificial Intelligence[AI] Courses on Coursera
Best Machine Learning[ML] Courses on Coursera
Best Python Programming Courses on Coursera
Best Artificial Intelligence[AI] Courses on Udemy
Best Python Programming Courses on Udemy

Related questions

0 like 0 dislike
1 answer 281 views
0 like 0 dislike
1 answer 283 views
0 like 0 dislike
0 answers 273 views
0 like 0 dislike
1 answer 623 views
0 like 0 dislike
1 answer 250 views

 Important Lists:

Important Lists, Exams & Cutoffs Exams after Graduation PSUs

 Goeduhub:

About Us | Contact Us || Terms & Conditions | Privacy Policy ||  Youtube Channel || Telegram Channel © goeduhub.com Social::   |  | 

 

Free Online Directory

...