Basic stack operations in C
"A stack is a basic computer science data structure and can be defined in an abstract, implementation-free manner, or it can be generally defined as a linear list of items in which all additions and deletion are restricted to one end that is Top." - WikipediaWritten by Munia Balayil
No comments:
Post a Comment