ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

154 results

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

3 views

2 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

2 weeks ago

The Science Blueprint
Mastering Double Pointers

Mastering Double Pointers: The Chain of Indirection Pointers are often cited as one of the most challenging concepts for new ...

1:02
Mastering Double Pointers

0 views

16 hours ago

Jithendra babu RKSL Adi
Unit 13  Structures Unions Pointers

This video explains Unit 13 – Structures, Unions, and Pointers in C Programming, focusing on how complex data can be grouped, ...

3:07
Unit 13 Structures Unions Pointers

4 views

2 weeks ago

SLiiX
Smart pointers & function profilers in C

__attribute__((cleanup(cb))) // attaches to the lifetime of a variable __builtin_ia32_rdsc() // returns a u64 containing the current ...

1:50
Smart pointers & function profilers in C

96 views

5 days ago

TechOrbit by Rakibul
GATE 2026: Score 8/8 in C Programming! 🎯 Top 5 Repetitive Patterns & Traps

C Programming dekhne mein asaan lagti hai, par GATE exam mein yahi wo subject hai jo sabse zyada negative marking karwata ...

2:57
GATE 2026: Score 8/8 in C Programming! 🎯 Top 5 Repetitive Patterns & Traps

7,679 views

7 days ago

softwareverify
Memory Validator deleted this detection (also known as use after free)

0:00 Hello, I'm going to show you how to detect a certain type of memory corruption using C memory validator. 0:07 This particular ...

3:06
Memory Validator deleted this detection (also known as use after free)

0 views

3 weeks ago

Shiva Priya EduWorld
Programming in C | Module 3 IMP Questions | Arrays, Strings & Pointers | Score Easily in Exams

Pdf link https://drive.google.com/file/d/1sY3MOjKllMWTpYMh8dQW43Tg7r2rXxB2/view?usp=drivesdk Follow the S P EduWorld ...

2:59
Programming in C | Module 3 IMP Questions | Arrays, Strings & Pointers | Score Easily in Exams

55 views

7 days ago

Roel Van de Paar
Moving multidimensional array pointers in C - Incompatible Types (2 Solutions!!)

Moving multidimensional array pointers in C - Incompatible Types Helpful? Please use the *Thanks* button above! Or, thank me ...

1:52
Moving multidimensional array pointers in C - Incompatible Types (2 Solutions!!)

11 views

12 days ago

Vanga Therinjikalam
CS25C07 Object Oriented Program |Program to Swap Two Numbers Using Pointers(Call by Reference)in C++

This experiment demonstrates a C++ program to swap two numbers using pointers (Call by Reference) as part of CS25C07 ...

1:18
CS25C07 Object Oriented Program |Program to Swap Two Numbers Using Pointers(Call by Reference)in C++

0 views

6 days ago

Elernead Tech Saathi
C_70 | Pointer with Arrays in C | Part-3 | #pointers #array #cprogramming #coding  #examples

C_70 | Pointer with Arrays in C | Part-3 | #pointers #array #cprogramming #coding #examples #cprogrammingtutorialforbeginners ...

3:21
C_70 | Pointer with Arrays in C | Part-3 | #pointers #array #cprogramming #coding #examples

8 views

2 weeks ago

Vanga Therinjikalam
CS25C07 Object Oriented Programming || Program Using Basic Pointer Manipulation in C++ ||University

This experiment demonstrates a C++ program using Basic Pointer Manipulation as part of CS25C07 – Object Oriented ...

1:02
CS25C07 Object Oriented Programming || Program Using Basic Pointer Manipulation in C++ ||University

7 views

7 days ago

S RANDOM
How to make and use Pointers in C (Urdu/ Hindi) / Coding with Saif

IF YOU LIKE THE VIDEO DON,T FORGET TO GIVE A THUMBS UP AND SUBSCRIBE.

3:17
How to make and use Pointers in C (Urdu/ Hindi) / Coding with Saif

4 views

3 weeks ago

Vanga Therinjikalam
CS25C07 Object Oriented Programming || Program Using Pointer Arithmetic in C++ ||University

This experiment demonstrates a C++ program using Pointer Arithmetic as part of CS25C07 – Object Oriented Programming (OOP) ...

1:02
CS25C07 Object Oriented Programming || Program Using Pointer Arithmetic in C++ ||University

5 views

7 days ago

Roel Van de Paar
Is there any method to avoid using illegal pointer in C++? (2 Solutions!!)

Is there any method to avoid using illegal pointer in C++? Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:40
Is there any method to avoid using illegal pointer in C++? (2 Solutions!!)

21 views

11 days ago

vlogommentary
How to Reassign a String via a Void Pointer in C

Learn how to correctly modify a string variable through a void pointer in C, using proper casting and pointer referencing ...

2:15
How to Reassign a String via a Void Pointer in C

5 views

4 weeks ago

Saransh Sharma
Dangling Pointer Bug in C | Real POS Terminal Crash Explained

In this video, I explain dangling pointer issues in C using a real-world POS terminal scenario. Dangling pointers are one of the ...

3:50
Dangling Pointer Bug in C | Real POS Terminal Crash Explained

2 views

13 days ago

Jon
String Reversal (Two Pointer Approach in C++)

In this video, I solve the String Reverse problem using an in-place two-pointer technique in C++. We initialize one pointer at the ...

1:01
String Reversal (Two Pointer Approach in C++)

7 views

2 weeks ago

Embedded Electronics
Basic C Plus Plus Programming | Episode 9: Pointers in C++ Programming | Embedded Systems

Basic C++ Programming Tutorial for Beginners Welcome to this step-by-step guide on C++ Programming. In this video series, ...

3:02
Basic C Plus Plus Programming | Episode 9: Pointers in C++ Programming | Embedded Systems

13 views

2 weeks ago

TechoNexus
C Programming PYQ GATE CS 2000

struct node { int i; float j; }; struct node *s[10]; The above C declaration defines An array, each element of which is pointer to a ...

2:56
C Programming PYQ GATE CS 2000

9 views

4 weeks ago