what is size of int A[5][5] if int size is 4 bytes
Answers
Answered by
1
Answer: 100 bytes
Explanation:
It is a 2-D array of 5 rows and 5 columns, So total 25 values and each value of 4 bytes integer, So by multiplying we get 100 bytes.
Similar questions