there is no hierarcehical order for ... operator
logical
relational
both A and B
Answers
Answered by
2
Answer:
There is no heirarchical order for logical operator
Explanation:
Logical operators are used to integrate different conditional expressions in order to form some logical statements. The expressions are built using operands and conditional operators. The expressions will be used within if, if-else, switch, or inside a loop statement.
When we use multiple logical operators, there is no order of precedence. The main logical operators we use are the AND and OR operators.
Hope this answer helped you out , have a nice day
Similar questions