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 |
What is a property class?
How would you reverse characters of an array without using indexing in the array.
What is a string array?
What is the slowest sorting algorithm?
How does threaded binary tree represented in data structure?
How to sequentially represent max-heap?
What do you mean by selection sort?
How to show internal storage representation of data structure in RDBM?
What is merge sort and how it works?
What are the types of map?
Is it necessary to sort a file before searching a particular item ?
Can we use any class as map key?