consider the statement float avg[10]. the variable average requires ________ bytes in memory
Answers
Answered by
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