Computer Science, asked by Rajveraa, 10 months ago

In C++," ++" means..
Double plus operator
iii) unary operator
two addition operator
increment operator
iv)
he hand​

Answers

Answered by dhruvsh
3

Answer:

++ means the increment operator in C++ programming language.

Similarly, - - means decrement.

Similar questions