Science, asked by YogeshChaudhary9446, 1 year ago

Why array is called static data structure?

Answers

Answered by san2018
1
A static data structure is an organization or collection of data in memory that is fixed in size. This results in the maximum size needing to be known in advance, as memory cannot be reallocated at a later point. Arrays are a prominent example of a static data structure.
Similar questions