The correct order of precedence of logical operators while evaluating a boolean expression is:
(a) OR →AND →NOT
(b) OR →NOT →AND
(c) NOT→AND→OR
(d) AND→NOT→OR
Answer:
The correct order of precedence of logical operators while evaluating a boolean expression is:
- NOT
- AND
- OR
So, the correct answer is (c).