
Asked in Indegene
Implement a dynamic array (also known as a resizable array) with the following operations: add(element), get(index), set(index, element), and size(). The array should automatically increase its capacity when it is full.

AnswerBot
1mo
Dynamic arrays allow for flexible resizing and efficient memory management for storing strings.
Dynamic arrays can grow and shrink in size as needed, unlike static arrays.
Example: In C++, use 'std::vec...read more
Help your peers!
Add answer anonymously...
Interview Questions Asked to Lead Project Engineer at Other Companies
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

