Q13
What is the purpose of a function header in C++?
A.
Contains the actual code of the function
B.
Specifies the function's location in memory
C.
Declares the name, return type, and parameters of the function
AnswerD.
Provides default arguments for the function
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board