Default arguments are _________________________
Default arguments are _________________________ Correct Answer Only allowed in the parameter list of the function declaration
The default arguments are only allowed in the parameter list of the function arguments. This rule was not applicable in the beginning versions of c++ but later from c++ 14th version it has been implemented. This is the only way to use default arguments.
মোঃ আরিফুল ইসলাম
Feb 20, 2025