Vidyalelo
C Programming · Q213

Pointer

Programming · C Programming · question 213

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board