Q213
Which is true for a, if a is defined as "int a[10][20];"?
A.
a is true two-dimensional array
B.
200 int-sized locations have been set aside
C.
The conventional rectangular subscript calculation 20 * row + col is used to find the element a[row, col].
D.
All of the mentioned
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board