In the following function declaration, the variable size is known as a _________________.
int myFunction ( int size);
(formal) parameter
Computer Science & Information Technology
You might also like to view...
Individual namespace members can be accessed without a namespace qualifier:
a. If the using namespace all; directive is included at the beginning of the file. b. At any time. c. Only if the namespace is declared inside of main. d. If the individual member is mentioned in a using namespace::namespacemember declaration.
Computer Science & Information Technology
Why is animation referred to as “tweening”?
What will be an ideal response?
Computer Science & Information Technology