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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board