Answer Posted / 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 |
Post New Answer View All Answers
Define rehashing?
Are linked lists useful?
Differentiate between collection and collections.
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
What are the non linear data structure?
Is char array null terminated?
What is difference between set and map?
What is ds tree?
How to search binary in a sorted array?
What is a subtree?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Explain the term binding time?
List the applications of stacks?
What is best time complexity?
Why is quicksort unstable?