Vidyalelo
C++ Programming · Q336

C++ miscellaneous

Programming · C++ Programming · question 336

Q336

What will happen when we use void in argument passing?

A.
It will not return value to its caller
Answer
B.
It will return value to its caller
C.
May or may not depend on the declared return type of the function, the passed arguments are different than the function return type
D.
It will return value

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board