+ 1
If we can allocate dynamically the memory then why we use static memory?
We have linklist which allocates the dynamic memory , so why their will array used.
1 Answer
+ 1
Essentially because static memory have a more fast access time
We have linklist which allocates the dynamic memory , so why their will array used.