The precedence of common logical operators in C is
\[
\boxed{
! \;\gt \; \&\& \;\gt \; ||
}
\]
Thus, the logical OR operator || has the lowest precedence among the logical operators.
Therefore,
\[
\boxed{(C)}
\]
is the correct answer.
Was this answer helpful?
0
0
Top TS PGECET Computer Science & Information Technology Questions