Is array a dynamic data structure?
Answer / arun
No. Array is a static data structure . Because once array is created the size is fixed, we cannot change the size.
| Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between iterable and iterator.
Why is quicksort not stable?
Differentiate between push and pop?
Are linked lists useful?
Define indegree of a graph?
What is definition list?
Why is tuple immutable?
What is the difference between one and two dimensional?
What are the Differences between map and hashmap?
What is the difference between Array and LinkedList?
How do you define a set?
Write an algorithm through which the inserting and deleting of elements can take place in circular queue?