What do you mean by abstract data type in data structure array?
Answers
Answered by
0
Array is commonly used in computer programming to mean a contiguous block of memory location, where each memory location stores one fixed length data item's. By this meaning an array is a physical data structure.
Similar questions