The value of a pointer variable is an ____.
A. address
B. entry in a table
C. array
D. unknown value
Answer: A
You might also like to view...
What is the output of the following code fragment?
float *p1; p1 = new float(3); cout << *p1; a. 3.0 b. unknown, the address p1 points to is not initialized c. unknown, the code is illegal, p1 points to a dynamic array d. 0.0
To find an element in a set or a map take the same time. It is
a) O(1) b) O(N 1/2 ) c) O(log N) d) O(N) e) O(N 2 )
Based on the diagram in the accompanying figure, the method area in the class Box ____ the method area in the class Rectangle.
A. overloads B. overrides C. overstates D. deletes
The ____________________ Browser is a quick reference to the built-in functions available in MySQL.
Fill in the blank(s) with the appropriate word(s).