Chapter 6: Problem 5
Consider the following function definition: int func (int \(x,\) double \(y,\) char \(u,\) string name) 1 / / function body \\} Which of the following are correct function prototypes of the function func? a. int func \((x, y, u,\) name) b. int func (int \(s\), double \(k\), char ch, string name); c. int func (int, double, char, string) d. func (int, double, char, string)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.