Vidyalelo
C++ Programming · Q2

Functions and Procedures in C++

Programming · C++ Programming · question 2

Q2

What is the purpose of a function prototype in C++?

A.
Determines the parameters of the function
B.
Specifies the return type of the function
C.
Provides the implementation of the function
D.
Declares the function before it is defined
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board