Computer Science, asked by bhavipagal3, 2 months ago

which operator has the highest order of precedence​

Answers

Answered by siyasheoran1234
0

Answer:

The logical-AND operator ( && ) has higher precedence than the logical-OR operator ( || ), so q && r is grouped as an operand. Since the logical operators guarantee evaluation of operands from left to right, q && r is evaluated before s--

Answered by anilradha36
2

Answer:

The logical-AND operator ( && ) has higher precedence than the logical-OR operator ( || ), so q && r is grouped as an operand. Since the logical operators guarantee evaluation of operands from left to right, q && r is evaluated before s-- .

hope it helps

pls mark me as Brainiliest

Similar questions