Vidyalelo
C++ Programming · Q116

Classes and Objects in C++

Programming · C++ Programming · question 116

Q116

Pick out the compound assignment statement.

A.
a = a – 5
B.
a = a / b
C.
a -= 5
Answer
D.
a = a + 5

Answer: Option C

Solution

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