Skip to content

Data Structures

Select the correct name for: an array-like data structure that automatically resizes itself as elements are added or removed.

Difficulty: Medium

About this MCQ

This Medium Data Structures MCQ checks one syllabus fact.

The question is: “Select the correct name for: an array-like data structure that automatically resizes itself as elements are added or removed.”

The accepted answer is B. Dynamic array. Dynamic array refers to an array-like data structure that automatically resizes itself as elements are added or removed.

Correct answer

B. Dynamic array

Explanation

Dynamic array refers to an array-like data structure that automatically resizes itself as elements are added or removed.

Source: Data Structures Official Reference Guide

Tags: computer science, data structures, algorithms, programming

Submitted by: MCQsHub Editorial

Related MCQs

More Data Structures MCQs