Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
19,376 results
Stack Implementation Using Linked List in C++ | Data Structures Explained In this video, we walk through how to implement a ...
8 views
10 months ago
GNSU#PPT#DATA STRUCTURES USING C #BCA (IBM)
29 views
81 views
In this video students from ATRIA IT demonstrated the usage of stack. Data Structures | STACK | ATRIA | ISE | GATE 2026.
2 views
9 months ago
Hey coders! In this video, I'll show you how to code a Stack in C — we'll build it step-by-step inside VS Code, talk about Push, Pop ...
24 views
8 months ago
Unit 10.1 (C) Sum Stack Overflow Example.
0 views
6 months ago
7 views
4 months ago
Explore the differences between `(*top)--` and `*top--` in C, and understand why the `pop` function behaves differently.
1 view
11 months ago
In this video, I explain the STACK data structure in the simplest way possible. What is a Stack? A stack is a linear data structure ...
3 views
2 months ago
Subject: Data Structures Using C Co1: Understand and implement fundamental data structures, including arrays and stacks, ...
1 month ago
Learn how to calculate the `minimum value` of a stack implemented with an array in C using only push and pop functions with this ...
One of the fundamental concepts is the stack data structure, which operates on the principle of Last In, First Out (LIFO). A common ...
Finished in 15 min 30 sec.
19 views
Unlock the secrets of pointer manipulation in C. Learn how passing pointers by value can still affect changes in data structures like ...
we explore the concept of LIFO (Last In First Out), an essential principle in stack data structures used in programming and ...
478 views
7 months ago
Learn how to correctly implement a balanced brackets solution in C using a stack data structure with linked lists. This guide will ...
6 views
Learn how to efficiently handle dynamic memory allocation in C to resolve common issues when implementing data structures like ...
Learn Stack Data Structure in C with a Fun Story + Full Code Explanation! Download full Code here- ...
148 views
Get Free GPT4.1 from https://codegive.com/6adff4a ## C Programming Exercises: Mastering Stacks with Code Examples This ...
In this video, we will learn one of the most important concepts in Data Structures and Algorithms (DSA) — the Stack Data Structure ...