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
D. Provides default arguments for the function
Answer: Option C

Join The Discussion