Vidyalelo
C++ Programming · Q155

Classes and Objects in C++

Programming · C++ Programming · question 155

Q155

Pick out the correct statement.

A.
Increment operator ++ adds 1 to its operand
Answer
B.
Increment operator ++ adds 2 to its operand
C.
Decrement operator ++ subtracts 1 to its operand
D.
Decrement operator ++ subtracts 3 to its operand

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board