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 |
difference between the run time polymorphism and compile time poly morphism and about virtual function.
2 Answers CybAge, Innowe, TCS, Wipro,
What is data structure and data type?
What is difference between hashmap and hashset?
Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
Which is best array or linked list?
What is a height of a tree?
What are splay trees?
State the merit of linked representation of binary trees?
What exactly is data?
Explain about the different lists available in the collection?
What is ds heap sort?