Computer Science, asked by sonadhawale1551, 2 months ago

the operater && is an example for operator​

Answers

Answered by ishanikapoor217
3

Answer:

Logical AND operator: The '&&' operator returns true when both the conditions under consideration are satisfied. Otherwise it returns false. For example, a && b returns true when both a and b are true (i.e. non-zero). ... For example, a || b returns true if one of a or b or both are true (i.e. non-zero

Answered by Anonymous
6

\huge\pink{answer☮}

Logical AND operator: The '&&' operator returns true when both the conditions under consideration are satisfied. Otherwise it returns false. For example, a && b returns true when both a and b are true (i.e. non-zero). ...

for example -

a || b returns true if one of a or b or both are true (i.e. non-zero)

Similar questions