The ________ of a function includes the function's name, return type, and the types of its parameters.

  • Declaration
  • Definition
  • Implementation
  • Prototype
The prototype of a function includes the function's name, return type, and the types of its parameters. It provides a declaration of the function's signature, allowing the compiler to check function calls for correctness.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *