Computer Science, asked by baijasaijas, 4 months ago

Which of the following is a relational operator?

>        b) AND    c) +        d) *

Answers

Answered by mahimittalviiib
2

The relational operators are < , > , <= , >= , == , and != .

Explanation:

So the right ✅ option is a) >

Answered by letmeanswer12
3

"Option A: '>' is a relational operator".

Explanation :    

Option A: > is a relational operator. All the other options are not relational operators.

The Relational operators are used for making a comparison of the value of one operand with another operand. The relational operators are: ==, >, <, !=, >=, <=.

Option B: AND is the logical operator.

Option C:  + is an arithmetic operator.

Option D: * is also an arithmetic operator.

Similar questions