C++ Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 11)
11.
Where the default value of parameter have to be specified?
Function call
Function definition
Function prototype
Both B or C
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
11 comments Page 2 of 2.

Shining Prajesh said:   8 years ago
D is the correct option. Because default values of parameters can be specified in both function prototype and function definition.


Post your comments here:

Your comments will be displayed after verification.