This application demonstrates the concept of stack data-structure using linked-list through C++
Compile: g++ stackpure.cpp -o stackpure
Execute: ./stackpure (Linux)
or stackpure.exe (Windows)
stackpure: The application demonstrates the concept of stack data-structure using linked-list through C++
C++