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 will happen when we use void in argument passing?

a) It will not return value to its caller
b) It will return value to its caller
c) Maybe or may not be return any value to its caller
d) It will return value with help of object

Answer: a
Explanation: As void is not having any return value, it will not return the value to the caller.

Join The Discussion