InterviewSolution
Saved Bookmarks
| 1. |
Which of the following arrays are used in the implementation of list data type in python?(a) Bit array(b) Dynamic arrays(c) Sparse arrays(d) Parallel arraysQuestion is taken from Dynamic Array in chapter Arrays Types of Data Structures & Algorithms II got this question by my school principal while I was bunking the class. |
|
Answer» Correct choice is (B) Dynamic ARRAYS |
|