ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,248 results

PicoBit
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

Video Timeline: 00:00 ▶️ Introduction to Pointers 01:03 ▶️ What is a Pointer in C? Why Do We Use Pointers? 06:56 ...

33:05
Pointers in C — Complete Beginner-to-Pro Guide | Essential for Microcontrollers

97 views

3 weeks ago

Codynn
Pointers in C Explained: From Basics to Pointer Arithmetic

In this episode, you'll get a complete understanding of pointers in C, including pointer arithmetic, using pointers with arrays and ...

37:56
Pointers in C Explained: From Basics to Pointer Arithmetic

118 views

4 weeks ago

vlogommentary
How to Pass a Member Function as a C-Style Function Pointer in C+ +

Learn how to register a C+ + class member function as a C-style callback for legacy APIs that require plain function pointers.

3:51
How to Pass a Member Function as a C-Style Function Pointer in C+ +

0 views

3 weeks ago

Know about Embedded Systems
Structure Pointers in C | Pointer to a Structure in C | Pointer to Structure variable

A structure pointer in C is a pointer variable that stores the memory address of a structure. It is used to access and manipulate ...

9:59
Structure Pointers in C | Pointer to a Structure in C | Pointer to Structure variable

76 views

3 weeks ago

Jithendra babu RKSL Adi
Unit 11  C Pointers Unlocking Memory

This video explains Unit 11 – Pointers in C Programming, focusing on how pointers work and how they allow direct access to ...

3:26
Unit 11 C Pointers Unlocking Memory

0 views

15 hours ago

Mohamed Ahmed
Pointers

Master Pointers in C/C++: The Ultimate Beginner's Guide to Memory Management Pointers are often considered the most ...

46:38
Pointers

39 views

3 weeks ago

Learn Coding
C Pointers | What is Pointer? Full Explanation | Learn Coding

C Programming Series Schedule Update C Language videos will be uploaded every Monday, Wednesday, and Friday at 5 ...

18:30
C Pointers | What is Pointer? Full Explanation | Learn Coding

1,742 views

5 days ago

CSI DDU
Pointers Pe Charcha 3.0 - Crack Pointers the Right Way

Pointers are one of the most confusing yet most important topics in C. In this live session by Computer Society of India (CSI), DDU, ...

2:07:53
Pointers Pe Charcha 3.0 - Crack Pointers the Right Way

660 views

Streamed 4 weeks ago

Know about Embedded Systems
Function Pointers in C | Pointer to Functions

A function pointer in C is a variable that stores the memory address of a function, rather than data. This allows functions to be ...

9:47
Function Pointers in C | Pointer to Functions

158 views

2 weeks ago

Wisdomers - Computer Science and Engineering
The Relationship Between Pointers and Arrays in C Explained (A[i] vs *(A+i)) | C Programming | L-118

In this class we will understand The Relationship Between Pointers and Arrays in C Explained (A[i] vs *(A+i)). Are Arrays and ...

8:12
The Relationship Between Pointers and Arrays in C Explained (A[i] vs *(A+i)) | C Programming | L-118

104 views

4 weeks ago

blogize
Understanding Pointers with 3D Arrays in C

Dive into the intricate world of pointers and 3D arrays in C programming. Learn the syntax, access techniques, and visualization ...

1:45
Understanding Pointers with 3D Arrays in C

0 views

16 hours ago

CodeBing
Where Does the this Pointer REALLY Point in C++? (It’s Not the Object)

Most C++ developers believe that the this pointer always points to the object's address. That belief is technically wrong — and in ...

7:43
Where Does the this Pointer REALLY Point in C++? (It’s Not the Object)

112 views

12 days ago

House of Code
Using Pointers in C

In this video, we briefly talk about what pointers are in C, and why they are useful and important to performance critical ...

14:53
Using Pointers in C

43 views

3 weeks ago

Squid 🦑
Intermediate C #1: Pointers

Understanding how to declare and dereference a pointer in C programming #clanguage.

15:53
Intermediate C #1: Pointers

7 views

4 weeks ago

AISSMS INSTITUTE OF INFORMATION TECHNOLOGYY - IOIT
Pointers in C

Pointers in C Explained: Basics You Must Know in 5 Minutes.

4:52
Pointers in C

8 views

10 days ago

Wisdomers - Computer Science and Engineering
How to Return Pointers from Functions in C (Avoid Dangling Pointers) | C Programming || Lesson 121 |

In this class we will understand How to Return Pointers from Functions in C (Avoid Dangling Pointers). Can a function return a ...

9:01
How to Return Pointers from Functions in C (Avoid Dangling Pointers) | C Programming || Lesson 121 |

29 views

3 weeks ago

Concept Unlocked
Shallow vs Deep Copy in C | Why memcpy Causes Dangling Pointers & Double Free

Shallow Copy vs Deep Copy is one of the most important and misunderstood concepts in C programming. In this video, we ...

11:32
Shallow vs Deep Copy in C | Why memcpy Causes Dangling Pointers & Double Free

9 views

12 days ago

PBT Education Prashant
Pointer in C | What is pointer in C Language #cprogramming #pointers #clanguage #pointersinc

In this video, we explain Pointers in C Programming in a simple and easy way. You'll learn what pointers are, how they work, and ...

4:49
Pointer in C | What is pointer in C Language #cprogramming #pointers #clanguage #pointersinc

36 views

4 weeks ago

Wisdomers - Computer Science and Engineering
Pointer to Pointer in C Explained (**ptr Double Pointers) || C Programming || Lesson 123 ||

In this class we will understand Pointer to Pointer in C Explained (**ptr Double Pointers). What is a Pointer to a Pointer? In this ...

10:25
Pointer to Pointer in C Explained (**ptr Double Pointers) || C Programming || Lesson 123 ||

43 views

3 weeks ago

QodewithQ
Pointers in C++ Explained

Pointers are one of the most important and often confusing concepts in C++. In this lecture, we break down pointers step by step, ...

21:09
Pointers in C++ Explained

64 views

3 weeks ago

Script Bit
Iterators vs Pointers in C++

In this episode we will take a look at iterators in c++ Timestamps: 0:00 intro 0:39 Iterators with vectors 4:18 Similarities with ...

10:02
Iterators vs Pointers in C++

11 views

2 weeks ago

GATE Wallah - EE, EC, CS & IN
C Programming One Shot | Maha Revision | CS & IT | Mission GATE 2026

Session By Abhishek Sharma Sir Ace your GATE 2026 preparation with this C Programming One Shot – Maha Revision session ...

7:07:38
C Programming One Shot | Maha Revision | CS & IT | Mission GATE 2026

17,454 views

Streamed 13 days ago

Know about Embedded Systems
Embedded C Questions on Pointers | Pointers in C | void pointers | Null Pointers | Dangling Pointer

In C programming, a pointer is a variable that stores the memory address of another variable. Pointers are fundamental for tasks ...

19:36
Embedded C Questions on Pointers | Pointers in C | void pointers | Null Pointers | Dangling Pointer

116 views

4 weeks ago

Code & Concept
Pointers in C Finally Make Sense 😍 | Theory concept l Part 1

Description Pointers are one of the most important yet confusing topics in C programming In this video, we will clearly ...

2:15
Pointers in C Finally Make Sense 😍 | Theory concept l Part 1

6 views

4 weeks ago

Wisdomers - Computer Science and Engineering
Call by Reference in C Explained Using Pointers to Swap Values || C Programming || Lesson 120 ||

In this class we will Understand Call by Reference in C Explained Using Pointers to Swap Values. Let's unlock the true power of ...

9:13
Call by Reference in C Explained Using Pointers to Swap Values || C Programming || Lesson 120 ||

44 views

3 weeks ago