peek(), stackTop() and Other Operations on Stack Using Linked List (with C Code)
Operations on Stacks using Linked List in C: stackTop, peek etc. stack operations can be implemented using Linked list nodes by making it store the head pointer as top of the stack. This video goes into details of the same!