Question: using c++ car( z, j, k ); how is this the parameter z being passed into the function car? a.pass-by-reference is being used b. pass-by-value
using c++
car( z, j, k );
how is this the parameter z being passed into the function car?
a.pass-by-reference is being used
b. pass-by-value is being used
c. another parameter passing scheme not mentioned here is being used
d. pass-by-constant-reference is being used
e. Not enough information has been provided to determine the parameter passing scheme
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
