Stacks can be implemented using lists.
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.