Computer Science, asked by Aditisangroula, 4 months ago

2. Which of the following is a relational operator?
(a) <
(b) &&
(c) !
(d)*

Answers

Answered by NetraJ7
2

Answer:

C) is correct answer mate hope clear for you

Answered by amardeeppsingh176
0

Answer:

Explanation:

The relational operator is '<' .

A relational operator is a concept or operator used in programming languages to test or define a relationship between two elements. These include inequalities (such as 4 >3) and numerical equality (5 = 5).

Relational operators are employed to determine if the operands are numerically equal or unequal. After comparison, the Relational Operator returns a value of the Boolean data type.

Six different relational operators are available: equal, greater than, less than, less than or equal to, and not equal to. The values of the variables can be compared using any one of these operators. Each of these operators produces a result that is either true or false.

Therefore the correct option is (a) which is less than.

#SPJ5

Similar questions