ConsultAdd interview question

How can you implement a stack ?

Interview Answer

Anonymous

24 July 2025

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