Which of the following statement is correct?
Options
Only one parameter of a function can be a default parameter.
Minimum one parameter of a function must be a default parameter.
All the parameters of a function can be default parameters.
No parameter of a function can be default.


All the parameters of a function can be default parameters.
