Which operator is evaluated first?
कौन से ऑपरेटर का मूल्यांकन पहले किया जाता है?
Select one:
A. AND
AND
B.KOR
XOR
C. NOT
NOT
D. OR
OR
Answers
Answered by
3
Answer:
The operator which is evaluated first is ! (NOT), then & (Bitwise AND), after that ^ (Bitwise XOR), and at last | (Bitwise OR) is operated.
Precedence of operators comes into the picture in an expression we need to decide which operator will be evaluated first.
Operators with the highest precedence will be evaluated first.
Associativity of operators comes into the picture when the precedence of operators is the same and we need to decide which operator will be evaluated first.
Similar questions