Q.
The result of a relational operator is always
[A]
either True or False
[B]
is less than or is more than
[C]
is equal or less or more
[D]
All of these
Answer & Explanation
Option: [A]
The relational operators in 'C' are ==, !=, >, <, >=, <=. They always results in either True or False.