3
Answers

byte array has declared how much 0 index of array occupy space in memory(0-255)...?

Ask a question
Smart    Lucky

Smart Lucky

13y
12.5k
1
byte arr[]=new byte[5];
arr[0] = how much memory reserved by one index..................(0-255)?
if it occupy 0-255 than how much all elements will occupy space in memory............?




Answers (3)