Computer Science, asked by Michaelthompson, 10 months ago

What is the memory requirement to store an array float are[]=new float [5]

Answers

Answered by sneharekhi14
0

20 bytes

1 float value consumes 4 bytes

so a float type array with 5 allocations will require 4 × 5 = 20 bytes

hope it HELPS

plzzzz mark as BRAINLIEST

Similar questions