Which of the following statements are correct?

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


d. char[][] charArray = {{'a', 'b'}, {'c', 'd'}};

Computer Science & Information Technology

You might also like to view...

The vi command to copy the content of the temporary buffer named w at the cursor position is

a: wp b: copy w c: "wp d: Ctrl c e: cp w

Computer Science & Information Technology

What considerations are necessary when questionnaires are Web based?

What will be an ideal response?

Computer Science & Information Technology

Once a chart is inserted into a presentation, you can update it when you open the spreadsheet in ____________________ or from the Chart Tools tab in PowerPoint.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The element stands for ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology