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.

Which of the following is important in a function?

a) Return type
b) Function name
c) Both return type and function name
d) The return type, function name and parameter list

Answer: c
Explanation: The important things required in a function is its return type and its name other than that parameter list are optional which a function may or may not have.

Join The Discussion