what is size of int A[5][4] if int size is 4 bytes
Answers
Answered by
3
Answer:
A[i][j]
i=5, j=4
it is an array
Explanation:
Answered by
1
Explanation:
5 * 4 = 20 bytes
4 * 4 = 16 bytes
Similar questions