The member of relational operators in c, language is?
Answers
Answered by
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
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
Social Sciences,
3 months ago
Physics,
3 months ago
Social Sciences,
7 months ago
Computer Science,
7 months ago
Chemistry,
1 year ago
Math,
1 year ago