Computer Science, asked by arpatelzoya97431, 10 months ago

When do we need to use default arguments in a function?

Answers

Answered by AnmolRaii
2

Default Arguments in C++ Functions. The default arguments are used when you provide no arguments or only few arguments while calling a function. The default arguments are used during compilation of program.

Similar questions