Question: s. Consider the following function definition. (4,6) double funcTest(string name, char u, int num, double y) Which of the following are correct function prototypes of
s. Consider the following function definition. (4,6) double funcTest(string name, char u, int num, double y) Which of the following are correct function prototypes of the function EuneTest? a. double funcTest (string, char, int, double) b. double funcTest (string n, char ch, int x, double t) c. double funcTest (name, u, num, y) d. int funcTest (string, char, int, double)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
