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
I have been asked this question in a job interview.
My doubt is from Default Arguments topic in chapter Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming