The ability of a function to process the message or data in more than one form is called as……
a) inline function
b) function type
c) function overloading
d) recursive function
Which of the following operator cannot be overloaded?
a) +
b) ?:
c) %
d) –
While overloading binary operators using member function, it requires…argument?
a) 2
b) 1
c) 0
d) 3
Which of the following is correct option?
a) x=5, y=10
b) x=10, y=5
c) compile error
d) x=5, y=5
A non-member function that is given access to all
members of class within it is declared…….
a) access function
b) friend function
c) operator function
d) none of these