Vidyalelo
C++ Programming · Q13

Functions and Procedures in C++

Programming · C++ Programming · question 13

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
Answer
D.
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