Explain Types of operators in C++
Answers
Answered by
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