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?

  1. Function name and argument list
  2. Function name and return type
  3. Function name, argument list, and return type
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.