Computer Science, asked by imranaltafk, 18 days ago

Which of the following is a logical operator? a. + b. - C. > d. /​

Answers

Answered by lalitmandrai
1

A logical operator out of the following is

C. >

(c) is the answer.

Answered by sharonr
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