If numAddr is a pointer, ____ means the variable whose address is stored in numAddr.
A. *numAddr
B. numAddr*
C. &numAddr
D. *&numAddr
Answer: A
Computer Science & Information Technology
You might also like to view...
The algorithms provided by the STL are implemented as __________ and perform various operations on elements of containers.
a. virtual functions b. function templates c. global variables d. private data members e. None of these
Computer Science & Information Technology
The name of an object must begin with a letter and can contain only letters, numbers, and the underscore character.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
When passing an array to a function, it is not necessary to indicate the size of the array in the array parameter. Explain why.
What will be an ideal response?
Computer Science & Information Technology
A leader is also called a fill character
Indicate whether the statement is true or false
Computer Science & Information Technology