Skip to main content
The C Program is written for implementation of STACK using Array, the basic operations of stack are PUSH(), POP() and DISPLAY(). PUSH function in the code is used to insert an element to the top of stack, POP function used to remove the element from the top of stack.stack_struct

Comments

Popular posts from this blog

singly linked list in c

singly linked list in cpp,linked list program in c++ using struct , singly linked list c++ insert node, linked list c++ tutorialspoint, linked list program in c++ using struct, insertion and deletion in ,linked list in c++ prog.     c++ linked list stl, Singly link list download

Doubly linked list

A Doubly linked list, Click here . doubly linked list in c program ,doubly linked list in c program geeksforgeeks ,doubly linked list in c code , doubly linked list in c program doubly linked list program in c++, doubly linked list deletion program in c, simple doubly linked list program in c, doubly linked list in c crazy programmer, doubly linked list insertion, doubly linked list algorithm,

Postfix evaluation

A  Click here , postfix expression example postfix evaluation in c postfix evaluation java source code evaluate infix expression using stack in c++ evaluation of postfix expression using stack algorithm infix to postfix c++ what is the value of the postfix expression 6 3 2 4 + – *: postfix evaluation theory