Q. What would happen in case one uses a void in the passing of an argument? (A) It would return any value (B) It may not or may depend on a declared return type of any function. The return type of the function is different from the passed arguments (C) It would return some value to the caller (D) It would not return any value to the caller ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) It would not return any value to the caller