explain relational operators with example
remosh:
u, remosh p, 12345678 by @
Answers
Answered by
13
Answer:
Relational operators are those operators, which show some relation among the operands in the given expression.
For example, > tells us that the operand at the left of > is less than the one in the right side
Answered by
10
Answer:
In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities.
In programming languages that include a distinct boolean data type in their type system, like Pascal, Ada, or Java, these operators usually evaluate to true or false, depending on if the conditional relationship between the two operands holds or not.
Similar questions