Computer Science, asked by daariusryan, 7 months ago

12. The increment and decrement operators do not work on constants.
(1 Point)
True
False​

Answers

Answered by brarr1789
0

Answer:

Increment and decrement operators are unary operators that add or subtract one from their operand, respectively. They are commonly implemented in imperative programming languages.

Similar questions