filmov
tv
Implementation of stack using array in C programming - Code Ambition

Показать описание
Stack is a part of linear data structure . It is an algorithm which define how to store and retrive the data in an array or linkedlist.The rule used in stack is LIFO(Last In First Out).There is three operation performed on stack.
push():-It is an operation which is used to store the data in stack.
pop():-It is an operation which used to retrive the data from stack.
peep():-It is an operation which is used to display the all data of stack.
#stack #codeambition #trending #stayhomewithme #WithMe
push():-It is an operation which is used to store the data in stack.
pop():-It is an operation which used to retrive the data from stack.
peep():-It is an operation which is used to display the all data of stack.
#stack #codeambition #trending #stayhomewithme #WithMe