Computer Science, asked by hp8066664, 2 months ago

what do you mean by default parameters in c++ ?​

Answers

Answered by shaziafaisalshamsi14
0

A default argument is a value provided in a function declaration that is automatically assigned by the compiler if the caller of the function doesn't provide a value for the argument with a default value. Following is a simple C++ example to demonstrate the use of default arguments.

its the answer...

Similar questions