Answer:
OR logical operator
Explanation:
OR logical operator -
The OR logical operator is represented in the form of two straight vertical line , i.e. , " || " .
for example ,
A || B
By using this operator in the Boolean algebra if any of the argument is true , it returns the true value , and in rest of the cases ,
The value it returns is false .
Hence , from the given information of the question ,
The correct answer is OR logical operator .