Saved Bookmarks
| 1. |
What do you mean by abstract data type in data structure array? |
|
Answer» 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. |
|