Contents

Which operator is used to add 1 to the value of variable before the value of variable used?
a) postfix increment

b) prefix increment
c) modulus operator     

d) binary operator

b

Which operator is used to produce true result if both conditions are true?
a) AND                                 

b) OR
c) NOT                                  

d) all

a

………..operator is used to produce false result if both conditions are false?
a) AND                                 

b) OR
c) NOT                                  

d) all

b

Which operator has the highest precedence?
a) ^                                                        

b) *
c) /                                                         

d) +

b