Question: Consider the following function prototype Consider the following function prototype: (14) void funcDefaultParam(int num, char ch = '*', double y = 2.5, string z =
Consider the following function prototype 
Consider the following function prototype: (14) void funcDefaultParam(int num, char ch = '*', double y = 2.5, string z = "*"'); Which of the following function calls is correct? a. funcDefaultParam(); b. funcDefaultParam (10); c. funcDefaultParam (10, 3.8, 'u', "*"'); d. funcDefaultParam(20, 'a', 2.8); e. funcDefaultParam (28, '**')
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
