In C++," ++" means..
Double plus operator
iii) unary operator
two addition operator
increment operator
iv)
he hand
Answers
Answered by
3
Answer:
++ means the increment operator in C++ programming language.
Similarly, - - means decrement.
Similar questions