Computer Science, asked by raghuwanshideeksha18, 2 months ago

what is the size of arrays defined below in bytes ? int a[] = new int [100];

Answers

Answered by vidhuu18
0

Answer:

1 int 4 bytes

since ,array is of 100 int so it will take 400 bytes

Similar questions