Question: C++ A function argument corresponding to a parameter which is pass by value , (A) may be a declared constant of the same data
A function argument corresponding to a parameter which is "pass by value " , (A) may be a declared constant of the same data type as the parameter (B) must be a variable (C) may be a function call that returns a value of the same data type as the parameter Both (A) and (C) are true since an argument can be an identifier or an expression
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
