Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 9 (Q.No. 4)
4.
The number of the relational operators in the C language is
four
six
three
one
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

SADIQ said:   6 years ago
@Janu.

You provided a little bit wrong answer to this question, according to your answer the first operator has written is "=" which is an assignment operator, which is not included in relational operator list. The relational operator has the following six operators.

==
!=
>=
<=
>
<

Janu said:   1 decade ago
Relational operator in c are:
==
!=
>=
<=
>
<

Janu said:   1 decade ago
=,!=,>=,<=,>,< are the relational operator in c

Post your comments here:

Your comments will be displayed after verification.