How to create a Stack in C Language : C Tutorials

preview_player
Показать описание
This video will show you implementation of stack with following operations
Push
Pop
Peek
Рекомендации по теме
Комментарии
Автор

Everytime I hear this accent I can feel my grades going up

almamater
Автор

Best video in Youtube about Stack...Thanks Brother...<3

Mithilesh
Автор

so far the easy and simple way of stack explanation just as i want made life easy

subin
Автор

Best Explanation on Stack ever !!
Thank u very much for the video !

virajlathigara
Автор

amazing video which i doesn''t seen till now thanks bro

mallikarjunsigireddy
Автор

thank u so much... easy to understand !!

s.bamahfoodh
Автор

good explanation, please upload more videos for data structures (queues, trees, graphs)

himanshu
Автор

thank u, , , this video is very to understand stack
....

akashkhan-xcoq
Автор

can you plzz help me in program, write a program that generate sine series using explicit stack in c language. (Like push, pop operation) getting difficulty in solving this problem statement.

harshitagawade
Автор

very good program but i am trying to find where fuction ask if we want to create a stack as a choice;

sachinmalik
Автор

Hello sir I have a doubt. When we pop the element, why do we do top - - ? It will only move the position of the top. Logically it is correct that the data we want to pop will be not displayed but it will still be there in memory until we overwrite it by pushing another element. Is there any way to completely remove that element so even if we dont push another element, it will still get deleted? Please correct me if I am wrong. Except this small doubt, I understood your program very quickly. Thank you for the excellent explanation.

Beybladebattles
Автор

line 22: why use temp if we can directly write &data[++top]. I tried it but there is some logical error

nileshmulchandani
Автор

Aww I thought this was gonna be stacks using linked lists

mikotansingco
Автор

how it understands that top is the index?

adletibraimov
visit shbcf.ru