Computer Science, asked by sonadhawale1551, 3 months ago

the operater && is an example for___operator​

Answers

Answered by Ashely607S
2

Answer:

The logical AND operator (&&) returns true if both operands are true and returns false otherwise. The operands are implicitly converted to type bool before evaluation, and the result is of type bool . Logical AND has left-to-right associativity...

Similar questions