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,624 results
Pointers are already one of the most challenging topics in C programming—and when *Pointer to Pointer (Double Pointer)* is ...
3 views
6 days ago
Pointer Arithmetic is one of the most fundamental yet misunderstood concepts in the C programming language. Many students ...
4 views
4 days ago
Original video: https://www.youtube.com/watch?v=S4WGY-Nf6Ug.
8,069 views
1 view
5 days ago
Pointers are one of the most confusing topics in C programming — but they don't have to be! In this video, I explain what a pointer ...
7 views
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 ...
2 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 ...
Pointers are one of the most important concepts in C Programming and are widely used in Data Structures, Dynamic Memory ...
18 views
1 day ago
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
هل أنت مستعد للانتقال إلى مستوى أقوى في لغة C؟ في الجزء الخامس من دورة C Language سنتعمّق بأسلوب مبسّط وعملي في واحد من أهم ...
19 views
In this episode-5 of the Pointer Thinking Series, we tackle one of the most misunderstood topics in C programming: arrays and ...
2 views
Problem solving and Technique$ programming in c ( Pointers )Prof. Aisha session 2025-2028 /22 July 2026 #english #inspiration ...
38 views
Streamed 4 days ago
k.
12 views
Streamed 3 days ago
Reversing a singly linked list is one of the most common exam and interview questions in computer science, yet many students ...
C Programming – Basics to Advanced | In Kannada (Kanglish Style) Lecture 24: Pointers with String, Array & Functions ...
6 views
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 ...
In this GATE 2017 C Programming PYQ, we will solve a question based on Pointers, Pointer Dereferencing, and Function Calls. We ...
39 views
3 days ago
In this GATE 2017 C Programming PYQ, we will solve a question based on String, Pointer Arithmetic, Array Indexing, and strlen().
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