Math, asked by mishraunnati94, 19 days ago

What is the size of array defined below in the bytes ? Int a new int 100

Answers

Answered by ranidevi63757
0

Answer:

The size of the integer is 4 bites

Answered by msrinathec18
0

Answer:

let us consider this statement is written on a 32 bit system. size of integer = 32 bit

new int 100 means 100 elements each of 32 bit declared. so total size = 3200 = 400 Bytes

Similar questions