Chapter - 11: Structures

Ten floats are to be stored in memory. What would you prefer, an array or a structure?


C
Sections
1
Exercises

As there is only one type of data (float) to be stored in the memory so no need to save in structure, we should use array.


© 2021 Garbage Valuegarbage value logo