Hierarchy of Operators Revisited in C
Since we have now added the logical operators to the list of operators we know, it is time to review these operators and their priorities.
The higher the position of an operator is in the table, higher is its priority.
The following figure summarizes the working of all the three logical operators.