Default values for a function are defined

115. Default values for a function are defined.

  1. In function declaration
  2. In function definition
  3. During function call
  4. None of the above

Answer: A) In function declaration

Explanation:

We can define default values for a function in the function declaration.

Comments and Discussions!

Load comments ↻






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