Question: 8. The function below uses which parameter passing mechanism(s)? void demo Fun (int x, float& y, char z); (a) Pass by value. (b) Pass by
8. The function below uses which parameter passing mechanism(s)? void demo Fun (int x, float& y, char z); (a) Pass by value. (b) Pass by reference. (c) Pass by pointer. (d) Pass by value and pass by reference. (e) None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
