Question: Consider the following function heading: double nameTest ( string name, char u , int num, double y ) { / / function body goes here
Consider the following function heading:
double nameTest string name, char int num, double
function body goes here
Which of the following isare correct funfetion prototypes of the function nameTest?
a int nameTestname num, ;
b double nameTest name u num, y
c double nameTest string char, int, double;
d double nameTest string char ch int double ;
Only c and d are correct function prototypes
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
