Contents

The process of defining additional meaning of an operator is called……
a) function overloading                     
b) encapsulation
c) operator overloading                                  
d) Inheritance

c

Which of the following keywords is used with the operator symbol to be overloaded?
a) overload                          
b) operator
c) expand                             
d) enhance

b

The keyword is used in parenthesis to overload an increment operator for…….. notation.
a) prefix                                
b) postfix
c) both a & b                       
d) none of these

b

Operator overloading is sued for………
a) improve the processing speed      
b) define additional meaning
c) restrict use of operator                                  
d) explain the use of operator

b

A type of operator that works with single operand is called……
a) unary operator             
b) binary operator
c) ternary operator             
d) none of these

a

A type of operator that works with two operands is called……
a) unary operator               
b) binary operator
c) ternary operator             
d) none of these

b