adspace


What is increment operator in c++?

Answer Posted / Himanshu Saxena

In C++, the increment operator is denoted by ++. It increases the value of a variable by 1. There are two forms of increment operator: pre-increment (++variable) and post-increment (variable++). Pre-increment increments the variable before it is used in an expression, while post-increment increments the variable after it is used.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

daily Routine of father

1492


What is the latest version on c++?

1217


What character terminates all character array strings a) b) . c) END

1403


Can union be self referenced?

1279


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1172