Which of the following is a logical operator? a. + b. - C. > d. /
Answers
Answered by
1
A logical operator out of the following is
C. >
(c) is the answer.
Answered by
0
> is a Logical operator.
Explanation:
Logical operator:
A Logical operator is a symbol format or a word format, which connect between two or more expressions.
- Basically it is divided into six types:
< less than
> greater than
= equal to
&& and
|| or
| not
above operators are connect the expressions
- For example, a > b
a is greater than b
The symbol of connects both the variables.
- But in other options
a + b
add a and b it is operation between the variables.
- hence, > is logical operator.
Similar questions