Home » C++ Programming » Operators » Question
  1. Which operator is having the highest precedence?
    1. equality
    2. shift
    3. unary
    4. postfix
    5. None of these
Correct Option: D

The operator which is having highest precedence is postfix and lowest is equality.



Your comments will be displayed only after manual approval.