what is the value of a[1][1] + a[2][0]
Answers
Answered by
6
Answer:
ANSWER
- iT Is Two Dimensional Array
- First you have to initilise array A[1][1] and A [2 ] [ 0 ]
- It is the sum of value initilise at A[1][1] andd A [2 ] [ 0 ]
- if you compile this without initilising value then it shows 0 error but give unexpected output so you have two initilise first.
hope it helps
Similar questions