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...

Which of the following describes a design where traffic is shared between multiple network servers to provide greater throughput and reliability?

A. Load balancing B. MPLS trunking C. VLAN tagging D. Multiplexing

Computer Science & Information Technology

To cope with the uncertainty about how their pages will be viewed, many web page designers opt to use _________ units, which are expressed relative to the size of other objects within the web page.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology