Given the following declaration, what is the value of b[ 1 ][ 0 ]?


int b[ 2 ][ 2 ] = { { 1 }, { 3 , 4 } };

a. 0
b. 1
c. 3
d. This is not a valid declaration.

c. 3

Computer Science & Information Technology

You might also like to view...

The default setting for saving Web pages is:

A) Web page, HTML only. B) Text Only. C) Web Archive. D) Web Page, complete.

Computer Science & Information Technology

Two attributes, ______, are often key in targeting styles to a specificelement or group of elements.

A. id and char B. id and class C. id and type D. id and elem

Computer Science & Information Technology