Computer Science, asked by ansus080506, 3 months ago

xiv) Give two example of Logical operator​

Answers

Answered by crushycandy
3

Answer:

(A && B) is false. Called Logical OR Operator. If any of the two operands is non-zero, then the condition becomes true. (A || B) is true.

Similar questions