Computer Science, asked by gurbirkaur914, 5 months ago

The member of relational operators in c, language is?​

Answers

Answered by manshi8723
1

Answer:

A relational operator checks the relationship between two operands.

...

C Relational Operators.

Operator Meaning of Operator Example

> Greater than 5 > 3 is evaluated to 1

< Less than 5 < 3 is evaluated to 0

!= Not equal to 5 != 3 is evaluated to 1

>= Greater than or equal to 5 >= 3 is evaluated to 1

Explanation:

hope it helps you

Answered by 6405
1

Answer:  a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. ... In languages such as C, relational operators return the integers 0 or 1, where 0 stands for false and any non-zero value stands for true.

It must be the correct answer,I am a little weak in computer science.

Hope it is helpful : )

Mark me as brainliest if it is correct : )

Similar questions