Question:medium

Which operator has the lowest precedence among logical operators?

Show Hint

Logical operator precedence: \[ \boxed{ ! \;>\; \&\& \;>\; || } \] where \[ \begin{aligned} ! &\rightarrow \text{Logical NOT} \&\& &\rightarrow \text{Logical AND} || &\rightarrow \text{Logical OR} \end{aligned} \]
Updated On: Jul 18, 2026
  • !
  • & amp;& amp;
  • ||
  • ==
Show Solution

The Correct Option is C

Solution and Explanation

Was this answer helpful?
0