Increment & Decrement Operators In C++
The operators that is used to add 1 of the value of a variable is called increment operator.Similarly, the operator that is used to subtract 1 from the value of the variable is called decrement operator.

by Tahira Aijaz is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.