ConsultAdd interview question

How can you implement a stack ?

Interview Answer

Anonymous

Jul 24, 2025

I said using arrays and Linked List, and i had to implement it using linked list.