Computer Science, asked by paramp2m79, 17 days ago

consider the statement float avg[10]. the variable average requires ________ bytes in memory​

Answers

Answered by jyothikashyap
1

Answer:

In the statement float avg[ 10] the variable avg occupies 40 bytes of memory , as size of float is 4 bytes.

Similar questions