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

A. *nums[1]
B. *nums[0]
C. *nums + 1
D. *nums++


Answer: A

Computer Science & Information Technology

You might also like to view...

Client authentication is similar to user authentication but with the addition of ____.

A. integrated authorization B. file restrictions C. usage limits D. multifactor authentication

Computer Science & Information Technology

Which of the following can you not import into a PowerPoint presentation?

A) Excel PivotTable B) Access table C) Word text D) Access macro

Computer Science & Information Technology

If an array is declared with the statements const int AA = 3; and double arrayA[AA]; the index of the last element in the array is ____.

A. 0 B. 1 C. 2 D. 3

Computer Science & Information Technology

Under what circumstances is it advisable to set the recursion timeout value and retry intervals higher than usual?

A. The settings are Microsoft recommended best practices for an increased security DNS server. B. The settings should be used when a server is using DNSSEC to ensure a response. C. The settings are advised when a server utilizes multiple local IP addresses. D. The settings should be used when the server must use recursive queries over a slow WAN link.

Computer Science & Information Technology