When you create an array using the following statement, the element values are automatically initialized to 0.
```
int[][] matrix = new int[5][5];
```
a. True
b. False
a. True
Computer Science & Information Technology
You might also like to view...
The ________ logical function will return one of two values depending upon whether the logical test being evaluated is true or false
Fill in the blank(s) with correct word
Computer Science & Information Technology
Describe briefly what the strip utility does.
What will be an ideal response?
Computer Science & Information Technology