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
1,613 results
Learn pointers in C programming quickly. This tutorial covers everything you need to know about memory addresses, pointer ...
6 views
15 hours ago
Pointer Arithmetic is one of the most fundamental yet misunderstood concepts in the C programming language. Many students ...
4 views
5 days ago
Struggling with string manipulation and pointers in x86_64 assembly? In this video, we build a palindrome check function in both ...
16 views
4 days ago
1 view
6 days ago
A pointer holds an address — a number. What happens when you add 1 to that number? If p holds address 1000, does p + 1 give ...
3 days ago
Every variable you've declared — every int, every double, every char — lives somewhere in memory. That somewhere has a ...
Arrays and pointers are often taught as two separate topics, leaving many students confused about how they are actually ...
2 views
Earlier, you saw that when a function receives an array (as a pointer), it can modify the original elements. That's powerful, but it's ...
9 views
In this episode-5 of the Pointer Thinking Series, we tackle one of the most misunderstood topics in C programming: arrays and ...
Understand pointers and memory addresses in C programming. Learn pointer declaration, dereferencing, and how memory ...
3 views
14 hours ago
Ever wondered how an array actually works? Probably not. Most people think they already know what an array is. But I promise ...
44 views
1 day ago
In the previous section, you passed a struct to a function and the function received a copy. For a Point with two double fields, that's ...
A plain, precise definition of data structures — and the one idea everything else follows from. We define the structure exactly, ...
0 views
3 hours ago
Your IntArray from stores integers. If you need the same dynamic array for double, you'd copy the entire IntArray implementation, ...
Pointers are one of the most important concepts in C Programming and are widely used in Data Structures, Dynamic Memory ...
20 views
2 days ago
Learn the most important C++ Pointer concepts in this beginner-friendly tutorial. In this video, you'll understand how pointers work ...
16 hours ago
Hello everyone! If you love ASMR flags & facts then this video facts of random countries is the video for you! I hope it helps you ...
2,584 views
8 hours ago
Earlier, you wrote int p = arr; to make a pointer to the first element of an array — and it worked without &. Earlier, you passed an ...
8 views
Welcome to the complete guide for 42 Piscine C01! In this video, we go through every exercise from Module C01, explaining not ...
59 views
Problem solving and Technique$ programming in c ( Pointers )Prof. Aisha session 2025-2028 /22 July 2026 #english #inspiration ...
38 views
Streamed 5 days ago