Question: 4 2 0 points Given the following function prototype: int CalcRoute ( int x = - 1 , int y , int z ) ;
points
Given the following function prototype: int CalcRouteint int int z;
What is true for the following function call: CalcRoute ;
The call will yield of of and of
The call will yield of of and of
Error: If any default parameters are defined, all parameters must have default values
Error: Any default parameters must always end the parameter list
points
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
