CBSE Class 12 Computer Science Question 25 of 68

Data Structures - I : Linear Lists — Question 2

Back to all questions
2
Question

Question 2

Stacks can be implemented using lists.

Answer

True

Reason — Stack data structure refers to the list stored and accessed in a special way, where LIFO (Last In First Out) technique is followed.