A suitable name for an operator function that adds two quantities would be ____.
A. addition
B. ++
C. +operator
D. operator+
Answer: D
Computer Science & Information Technology
You might also like to view...
Document Comments is a feature that records changes and comments made to a document by others
Indicate whether the statement is true or false
Computer Science & Information Technology
When a stack is pushed:
a. The number is entered into the element number in the stack pointer, the stack pointer is then incremented. b. The stack pointer is incremented, then the number is entered into to element number in the stack pointer. c. The number is taken out of the stack at the element number in the stack pointer, the stack pointer is then decremented. d. The stack pointer is decremented, then the number is taken out of the stack at the element number in the stack pointer.
Computer Science & Information Technology