Multiple choice

In which of the following methods, default values for the arguments have to be specified?

  1. Function Call

  2. Function Declaration

  3. Function Definition

  4. Multiple call to function

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In this part, we can specify default arguments for which values can be specified or not at the time of calling the function.