list out the new operators introduced in c++
Answers
Answered by
1
Answer:
⏺️Assignment Operator ( = ) Operates '=' is used for assignment, it takes the right-hand side (called rvalue) and copy it into the left-hand side (called lvalue). ...
⏺️Mathematical Operators. ...
⏺️Relational Operators. ...
⏺️Logical Operators. ...
⏺️Bitwise Operators. ...
⏺️Shift Operators. ...
⏺️Unary Operators. ...
⏺️Ternary Operator.
Answered by
0
Answer:
- assignment operators
- mathematical "
- relational "
- logical "
- bitwise "
- shift "
- unary "
- tarnary "
- comma "
Similar questions