

MCQOPTIONS
Saved Bookmarks
1. |
What is the difference between a normal(naive) array and a sparse array? |
A. | Sparse array can hold more elements than a normal array |
B. | Sparse array is memory efficient |
C. | Sparse array is dynamic |
D. | A naive array is more efficient |
Answer» C. Sparse array is dynamic | |