the operater && is an example for operator
Answers
Answered by
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
6
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
Science,
3 months ago
CBSE BOARD X,
3 months ago
Science,
1 year ago
English,
1 year ago
Business Studies,
1 year ago