Contents

Which of the following return true if A=25 and B=35?
a) A+B  
b) A>=B
c) A!=B 
d) A=B

c

For A=4 and B=4 which evaluates as true?
a) A!=B 
b) A<B  
c) A>B  
d) A>=B

d

Which of the following operator is used to form compound condition?
a) arithmetic operator
b) assignment operator
c) relational operator
d) logical operator

d

All the following are logical operator except….
a) NOT  
b) AND 
c) OR     
d) =

d

Which of the following symbol is used for OR operator?
a) ||                        
b) &&    
c) !                         
d) #

a

Which of the following symbol is used for AND operator?
a) ||                        
b) &&   
c) !                         
d) #

b