Which among the following is false for default arguments?
(a) Those are not allowed with a declaration of pointer to functions
(b) Those are not allowed with the reference to functions
(c) Those are not allowed with the typedef declarations
(d) Those are allowed with pointer and reference to function declaration
I have been asked this question in exam.
My question is based upon Default Arguments topic in section Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming