Computer Science, asked by Anonymous, 1 month ago

what is logical or operators???​

Answers

Answered by xxRoyalrajputxx
5

Answer:

A logical operator is a symbol or word used to connect two or more expressions such that the value of the compound expression produced depends only on that of the original expressions and on the meaning of the operator. Common logical operators include AND, OR, and NOT.

Answered by hmore2481
1

Answer: Logical or operators symbol   (||)

If  any of the two operands is non -zero, then the condition is  become true

Explanation:

Assume variable A holds 1 and variable B holds 0 then,

(A || B) is true

Similar questions