If nums is a two-dimensional integer array, ____ refers to element nums[0][0].

A. *nums
B. *(*nums)
C. *(&nums)
D. &(*nums)


Answer: B

Computer Science & Information Technology

You might also like to view...

A graphical depiction of the logical steps to carry out a task and show how the steps relate to each other is called a(n)

(A) flowchart. (B) pseudocode. (C) algorithms. (D) hierarchy chart.

Computer Science & Information Technology

For the following Web page, list all of the objects and actions

Computer Science & Information Technology

The BIOS and the setup program are stored on a ______ chip so that data cannot be modified or changed

a. ROM b. DRAM c. RAM d. SRAM

Computer Science & Information Technology

Show that the distance measure defined as the angle between two data vec- tors, x and y, satisfies the metric axioms given on page 70. Specifically, d(x, y) = arccos(cos(x, y)).

What will be an ideal response?

Computer Science & Information Technology