Computer Science, asked by kandanmani2269, 10 months ago

which operator is used logical 'AND'

Answers

Answered by rakshit6969
0

Answer:

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).

Similar questions