Computer Science, asked by kpunith633, 2 months ago

Explain Types of operators in C++​

Answers

Answered by scs752248
0

Answer:

C++ divides the operators into the following groups:

  • Arithmetic operators.

  • Assignment operators.

  • Comparison operators.

  • Logical operators.

  • Bitwise operators.

Explanation:

I hope it helps you

Similar questions