COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When you create an array using the following statement, the element values areautomatically initialized to 0. int[][] matrix = new int[5][5];
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 
There is 1 question to complete.