what is the size of arrays defined below in bytes ? int a[] = new int [100];
Answers
Answered by
0
Answer:
1 int 4 bytes
since ,array is of 100 int so it will take 400 bytes
Similar questions