Computer Science, asked by k54184361, 6 months ago

Which of the following is a boolean opperater for logical and

Answers

Answered by raksha737
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