Computer Science, asked by Kananpandey, 1 year ago

what is logical operator? define it. please tell the ans

Answers

Answered by flower161
2
Logical operators are typically used with Boolean (logical) values. When they are, they return a Boolean value. However, the && and. || operators actually return the value of one of the specified operands, so if these operators are used with non-Boolean values, they may return a non-Boolean value.
Answered by AvirupRoy
3
hello mate your answer is

The concept of logical operatorsis simple. They allow a program to make a decision based on multiple conditions. Each operand is considered a condition that can be evaluated to a true or false value.

hope this helps you
Similar questions