Computer Science, asked by dhananjayrathia97, 4 months ago

which of the following is not valid relational operator​

Answers

Answered by Shivamkrchoubey
0

Relational operators are important for making decisions.

...

Relational Operators.

Relational Operators Meaning

!= Not equal to

Answered by Pratham2508
0

Question:

Which of the following is not a valid relational operator?

A. ==

B. =>

C. >=

D. >=

Answer:

B. =>

Explanation:

  • A relational operator is a language construct or operator used in programming that checks or establishes a relationship between two elements.
  • These consist of inequality and equality in numbers.
  • These operators often evaluate to true or false in programming languages like Pascal, Ada, or Java that have a specific boolean data type built into their type system, depending on whether the conditional connection between the two operands is true or false.
  • Relational operators in languages like C return the numbers 0 or 1, where 0 denotes false and any non-zero value denotes true.

#SPJ6

Similar questions