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 should be passed in parameters when function does not require any parameters?

a) void
b) blank space
c) both void & blank space
d) tab space

Answer: b
Explanation: When we does not want to pass any argument to a function then we leave the parameters blank i.e. func() – function without any parameter.

Join The Discussion