In a function template, the programmer substitutes ________ for ________.
A) parameters, data types
B) parameters, arguments
C) arguments, parameters
D) angle brackets, parentheses
E) None of the above
A) parameters, data types
You might also like to view...
Match the following software categories with their descriptions:
I. Apps II. Antivirus III. Application IV. Commercial V. Device drivers A. Concerned with specific user tasks, such as creating documents, sending email, or working with digital photographs B. Used to identify and remove viruses C. Small programs that are designed for a single purpose or to perform a single function D. Specialized programs that translate a device's specific commands into commands the operating system can understand E. Software that you are not allowed to copy
The return type of the peek() operation in the array-based and pointer-based implementations of a stack is
a. ItemType b. bool c. int d. assert