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.

What are mandatory parts in the function declaration?

a) return type, function name
b) return type, function name, parameters
c) parameters, function name
d) parameters, variables

Answer: a
Explanation: In a function, return type and function name are mandatory all else are just used as a choice.

Join The Discussion