explain different relational operators in computer science
Answers
Answered by
1
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 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.
Answered by
1
Explanation:
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 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.
Similar questions