Computer Science

Stacks can be implemented using lists.

Linear Lists

3 Likes

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.

Answered By

2 Likes


Related Questions