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

The MsgBox action directs Access to display a ________ with information provided from within the macro

A) Message B) # MsgBox C) MsgBox D) Message Box

Computer Science & Information Technology

In the expression 4 + 10, the operand(s)

a. are the 4 and the 10. b. is the +. c. is 14. d. none of the above.

Computer Science & Information Technology