-
What will happen when we use void in argument passing?
-
- Maybe or may not be return any value to its caller
- It will not return value to its caller
- It will return value to its caller
- All of above
- None of these
Correct Option: B
As void is not having any return value, it will not return the value to the caller.