Home »
MCQs »
C++ MCQs
Which of the following are the mandatory part of the function prototype?
103. Which of the following are the mandatory part of the function prototype?
- Function name and argument list
- Function name and return type
- Function name, argument list, and return type
- Return type and argument list
Answer: B) Function name and return type
Explanation:
The function name and return type are the mandatory part of the function prototype.