Discussion Forum
Que. | Default arguments are _________________________ |
a. | Only allowed in the parameter list of the function declaration |
b. | Only allowed in the return type of the function declaration |
c. | Only allowed with the class name definition |
d. | Only allowed with the integer type values |
Answer:Only allowed in the parameter list of the function declaration |