Can we change the size of an array at run time?
Answer / Yogesh Pratap
No, we cannot change the size of an array at runtime in most programming languages. However, some languages like Java provide dynamic arrays that can resize themselves.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is hashset a collection?
Write a program to reverse a link list.
What are the non linear data structure?
What is the difference between arraylist and hashmap?
What do you mean by external sorting?
What is difference between arraylist and list?
How will inorder, preorder and postorder traversals print the elements of a tree?
How to sort 1 million floating point numbers?
Is hashtable better than dictionary?
What are trees in data structures?
Can we give size to arraylist?
What is a minimum spanning tree?