20: Introduction to Stack | Data Structure using C Language

Опубликовано: 20 Октябрь 2024
на канале: ezycode
373
13

CSE/IT/MCA and BCA Free Placement Series
Learn introduction to stack @EzyCode. You will get the basic fundamentals of stack data structure using c language.


The main terminology used in this video is:
1. PUSH : Insertion of an item in the stack is called PUSH
2. POP : Deletion of an item from the stack is called POP
3. Overflow: if the stack is full, even we will try to insert an item in the
stack then overflow occurs.

4. Underflow: If the stack is empty even we will try to remove an item from stack then underflow occurs.

5. LIFO : (Last In First Out) The item which is inserted at last will be removed at first.

6. Stack has only one open end.
7. Insertion and deletion of item takes place from one end.


Learn other topic of data structure:
----------------
Delete node from first node:
   • #7: Deleting First Node | Singly Link...  

Insert node at specific position:
   • #6: Insertion of a Node at Specific P...  



Facebook Ezycode:
-------------
  / ursmartcoder  

Facebook Chandra Mani:
-------------
  / cmofindia  


#ezycode
#datastructures
#stack
#dsa
#clanguage