 |
C++ Programming/Code/Statements/Functions - Wikibooks, open books for an open world
Parameters and arguments [edit] The function declaration defines its parameters. A parameter is a variable which takes on the meaning of a corresponding argument passed in a call to a function. An argument represents the value you supply to a function par
en.wikibooks.org |
 |