If we store the address of grade[0] in a pointer named gPtr (using the assignment statement gPtr = &grade[0];), then, the expression ____ references grade[0].
A. gPtr(0)
B. gPtr
C. &gPtr
D. *gPtr
Answer: D
Computer Science & Information Technology
You might also like to view...
Information stored in secondary storage is organized into aggregates called __________.
a. hardware b. files c. bytes d. memory cells e. none of the above
Computer Science & Information Technology
The GPL states that any software distributed under its license ________.
a) can be freely redistributed b) must be delivered free of charge c) must be accompanied by its source code d) a and b only
Computer Science & Information Technology
WEP guards one of the CIA characteristics, namely what?
A. integrity B. availability C. confidentiality D. access control
Computer Science & Information Technology
The compiler automatically converts any subscript used by a programmer to an equivalent ____________________ expression.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology