Which of the following statements are correct?

a. char[][][] charArray = new char[2][2][];
b. char[2][2][] charArray = {'a', 'b'};
c. char[][][] charArray = {{'a', 'b'}, {'c', 'd'}, {'e', 'f'}};
d. char[][][] charArray = {{{'a', 'b'}, {'c', 'd'}, {'e', 'f'}}};

a. char[][][] charArray = new char[2][2][];
d. char[][][] charArray = {{{'a', 'b'}, {'c', 'd'}, {'e', 'f'}}};

Computer Science & Information Technology

You might also like to view...

Which of the following is not a strategy to prolong the life of IPv4?

a. NAT/PAT b. DHCP c. CIDR d. All the above are strategies

Computer Science & Information Technology

____ allows you to see through the background, so that any text on the slide is visible.

A. Opaqueness B. Ambiguity C. Transparency D. Transversely

Computer Science & Information Technology