1.

Dynamic arrays overcome the limit of static arrays.(a) True(b) FalseMy enquiry is from Dynamic Array in chapter Arrays Types of Data Structures & Algorithms IThe question was posed to me in my homework.

Answer»

Correct ANSWER is (a) True

Best explanation: STATIC ARRAYS have fixed capacity. The capacity must be specified during memory allocation. Dynamic arrays don’t require to specify their capacity during memory allocation. Dynamic arrays have fixed physical size at BACKEND and its capacity INCREASES if required. Thus, Dynamic arrays overcome the limit of static arrays.



Discussion

No Comment Found

Related InterviewSolutions