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
Chemistry,
1 month ago
Social Sciences,
1 month ago
Science,
9 months ago
English,
9 months ago
Business Studies,
9 months ago