News

This project implements a Stack using a singly linked list in C. The stack follows the LIFO (Last In, First Out) principle, allowing users to perform operations such as push, pop, peek, and display.