Contents

Which symbol is used for assignment operator?
a) =                                                        
b) ==
c) ===                                    
d) =! =

a

Which operators process numerical values and return a single numerical value?
a) comparison operator     
b) assignment operator
c) arithmetic operator
d) logical operator

c

The operator that is used before the operand in expression is called………
a) prefix notation              
b) postfix notation
c) middle notation              
d) all of these

a

The operator that is used after the operand in expression is called………
a) prefix notation               
b) postfix notation
c) middle notation              
d) all of these

b

The order in which different types of operators in an expression are evaluated
a) operator precedence    
b) operator associativity
c) expression precedence                                  
d) expression associativity

a

Which of the following is the highest precedence of operator?
a) *                                                        
b) ()
c) {}                                       
d) /

b