Which of the following is a boolean opperater for logical and
Answers
Answered by
0
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 .
Similar questions