Get premium membership and access questions with answers, video lessons as well as revision papers.

Briefly describe a default argument in a computer program.

      

Briefly describe a default argument in a computer program.

  

Answers


Davis
A default argument is a value that is given to a function parameter when no corresponding argument appears when the function is called.
Githiari answered the question on February 4, 2018 at 13:16


Next: Briefly explain what the overload keyword does and why it is no longer needed in a computer program.
Previous: What is wrong with the following C++ prototype? char *wordwrap(char *str, int size=0, char ch) ;

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions