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 Consider the following function prototype: (14) void

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!