Contents

What is the purpose of relational operators?
a) compare numbers
b) add numbers
c) multiply numbers  
d) divide numbers

a

Relational operators give result in the form of……
a) true                                   
b) false
c) both a & b                       
d) 1

c

The number of relational operators in C++ is……..
a) 4                        
b) 6                        
c) 3                        
d) 1

b

Which of the following is a relational operator?
a) !=       
b) ||                        
c) &&    
d) +

a

Which of the following operator show equality in C++?
a) =                        
b) ==      
c) >==    
d) !==

b

Which of the following relational operator represent not equal to……
a) !=       
b) =!                       
c) #==    
d) <=

a