Pick out the correct statement.
(a) Increment operator ++ adds 1 to its operand
(b) Increment operator ++ adds 2 to its operand
(c) Decrement operator ++ subtracts 1 to its operand
(d) Decrement operator ++ subtracts 3 to its operand
I got this question by my college director while I was bunking the class.
Asked question is from Increment and Decrement topic in section Source Files, Classes and Operator Overloading in C++ of C++