Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Overloaded functions are ________________

a) Very long functions that can hardly run
b) One function containing another one or more functions inside it
c) Two or more functions with the same name but different number of parameters or type
d) Very long functions

Answer: c
Explanation: This is the definition of function overloading i.e. function having same name but different number of parameters and types.

Join The Discussion