Computer Science, asked by shilpapr, 8 months ago

what is size of int A[5][4] if int size is 4 bytes​

Answers

Answered by iamkeeth
3

Answer:

A[i][j]

i=5, j=4

it is an array

Explanation:

Answered by princevohra
1

Explanation:

5 * 4 = 20 bytes

4 * 4 = 16 bytes

Similar questions