Friday, 28 October 2016
Stack is an ordered list of similar data typTe. Stack is a LIFO structure. (Last in First out).
LIFO=TOP stack works at top .
TWO part of stack is push and pop
POP();
----------
----------------------------------------------------------------------------------------------
POP();
CODE PUSH POP WITH C++
LIFO=TOP stack works at top .
TWO part of stack is push and pop
push();
pop();
POP();
----------
----------------------------------------------------------------------------------------------
POP();
c language small programs for beginners
ReplyDeleteGenerate color palette in c programming