Computer Science, asked by shimlasingh7060, 11 months ago

list out the new operators introduced in c++​

Answers

Answered by sunnynijjar
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 vanipatelvanitapatel
0

Answer:

  1. assignment operators
  2. mathematical "
  3. relational "
  4. logical "
  5. bitwise "
  6. shift "
  7. unary "
  8. tarnary "
  9. comma "

Similar questions