Reverse a Stack

Reverse a stack

This C program, using recursion, reverses a stack content. Stack here is represented using a linked list. A linked list is an ordered set of data elements, each containing a link to its successor.

Developer: Arjun P M
Licence: OpenSource
Platform/Language: C
Download

Popular posts from this blog

Sequential File Allocation

Calendar