What is the purpose of relational operators?
a) compare numbers
b) add numbers
c) multiply numbers
d) divide numbers
Relational operators give result in the form of……
a) true
b) false
c) both a & b
d) 1
The number of relational operators in C++ is……..
a) 4
b) 6
c) 3
d) 1
Which of the following is a relational operator?
a) !=
b) ||
c) &&
d) +
Which of the following operator show equality in C++?
a) =
b) ==
c) >==
d) !==
Which of the following relational operator represent not equal to……
a) !=
b) =!
c) #==
d) <=