ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

800 results

Xander Gouws
The C Iceberg

I wanted to go over some of my favourite surprising and obscure facts about C. We start with the essentials you really ought to ...

9:38
The C Iceberg

158,330 views

2 weeks ago

Jacob Sorber
Const, const pointers, and pointers to const things (in C)

Patreon ➤ https://www.patreon.com/jacobsorber Courses ➤ https://jacobsorber.thinkific.com Website ...

5:35
Const, const pointers, and pointers to const things (in C)

6,983 views

2 weeks ago

Coding Cossack
C Programming: Pointers in 5 Minutes (No BS)

TL;DR: In 5 minutes you'll get the pointer mental model: address vs value, & vs *, and how arrays/pointer arithmetic actually work.

5:33
C Programming: Pointers in 5 Minutes (No BS)

5 views

3 weeks ago

mvaish nav
Demystifying C Pointers | Easy Pointers Explained

Here's a summary of the excerpt: This document describes **prerequisite requirements for learning C programming memory ...

9:44
Demystifying C Pointers | Easy Pointers Explained

12 views

3 weeks ago

MetalSilicon
Firmware Engineer Fundamentals | C Function Pointers vs. C++ Virtual Functions

Drilling down to the assembly generated by C Function Pointers and C++ Virtual Functions to see which is more efficient for ...

11:30
Firmware Engineer Fundamentals | C Function Pointers vs. C++ Virtual Functions

5,826 views

1 day ago

Kitflix
Returning Multiple Values from Functions Using Pointers in C

Source Code & Examples: https://github.com/kitflix/Kitflix-Embedded-C-Crash-Course/ In this lesson, we learn how to return ...

11:42
Returning Multiple Values from Functions Using Pointers in C

67 views

3 weeks ago

NetSecProf
C Programming 024 - Pointers

Shows how to create and use integer pointers in C. Shows how to assign them to the address of an integer variable and how to ...

4:47
C Programming 024 - Pointers

18 views

2 weeks ago

ManaTechGuru
𝐈𝐧𝐭𝐫𝐨𝐝𝐮𝐜𝐭𝐢𝐨𝐧 𝐭𝐨 𝐏𝐨𝐢𝐧𝐭𝐞𝐫𝐬 𝐢𝐧 𝐂 | 𝐏𝐨𝐢𝐧𝐭𝐞𝐫 𝐁𝐚𝐬𝐢𝐜𝐬 & 𝐓𝐲𝐩𝐞𝐬 𝐄𝐱𝐩𝐥𝐚𝐢𝐧𝐞𝐝 | 𝐂 𝐟𝐨𝐫 𝐁𝐞𝐠𝐢𝐧𝐧𝐞𝐫𝐬

In this video, you will learn the fundamentals of pointers in C ...

9:12
𝐈𝐧𝐭𝐫𝐨𝐝𝐮𝐜𝐭𝐢𝐨𝐧 𝐭𝐨 𝐏𝐨𝐢𝐧𝐭𝐞𝐫𝐬 𝐢𝐧 𝐂 | 𝐏𝐨𝐢𝐧𝐭𝐞𝐫 𝐁𝐚𝐬𝐢𝐜𝐬 & 𝐓𝐲𝐩𝐞𝐬 𝐄𝐱𝐩𝐥𝐚𝐢𝐧𝐞𝐝 | 𝐂 𝐟𝐨𝐫 𝐁𝐞𝐠𝐢𝐧𝐧𝐞𝐫𝐬

9 views

13 days ago

OneShot Coding
Pointers in C Programming Explained | Basics, Syntax, Dereferencing & Memory

This video explains pointers in C programming from absolute basics including syntax, dereferencing, pointer rules, size of pointers ...

25:57
Pointers in C Programming Explained | Basics, Syntax, Dereferencing & Memory

726 views

3 weeks ago

dr Jonas Birch
Coding a Virtual Machine from scratch in C

In this extremely exciting new project we will be coding our own Virtual Machine. That means creating our own virtual CPU with ...

6:24:43
Coding a Virtual Machine from scratch in C

14,152 views

3 weeks ago

Java Region
How C programming language Survived in 2026

C is not beginner friendly. It is beginner honest. In this video we break down: Why C gives you unlimited power and zero ...

3:52
How C programming language Survived in 2026

23 views

2 weeks ago

Kashi Codes
Pointers in C Explained Simply | Memory Addresses & Dereferencing (Beginner Guide)🔥

Pointers are one of the most powerful — and most misunderstood — concepts in C programming. In this video, you will learn: ...

10:37
Pointers in C Explained Simply | Memory Addresses & Dereferencing (Beginner Guide)🔥

26 views

2 weeks ago

Richard Fleming
Introduction to Pointers in C++

An introduction to pointers in C++.

31:14
Introduction to Pointers in C++

0 views

12 days ago

PROGRAMMINGBUZ
100. Pointer to Array in C | Explained with Examples | C Programming

Pointer to Array in C | Explained with Examples | C Programming In this video, you will learn Pointer to Array in C programming in ...

10:38
100. Pointer to Array in C | Explained with Examples | C Programming

1 view

1 month ago

IngrainSys Digital Academy
Session 2   Types of Pointers in C Programming

This video explains about various types of pointers with C Programming. It covers Integer, Char and Float Pointers and also ...

2:07
Session 2 Types of Pointers in C Programming

9 views

2 weeks ago

Info Techiezz
Pointers in C Made Easy | Beginner to Pro | Placement Questions | TCS, Zoho, Wipro Coding Questions

Pointers in C Programming | Beginner to Pro | Placement & Interview Ready Pointers are one of the most powerful, important, and ...

1:28:09
Pointers in C Made Easy | Beginner to Pro | Placement Questions | TCS, Zoho, Wipro Coding Questions

299 views

3 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

156 views

1 month ago

IngrainSys Digital Academy
Session 1 - C Programming - Pointers Introduction

Introduction to Pointers in C Programming #REC #RajalakshmiEngineeringCollege #Pointers #C #CProgramming #programming ...

3:30
Session 1 - C Programming - Pointers Introduction

38 views

2 weeks ago

Bharath Pillai
NotebookLM CSE 2421 C Strings and Pointers

NoteookLM study vid for quiz 3.

6:37
NotebookLM CSE 2421 C Strings and Pointers

13 views

11 days ago

Kashi Codes
“Pointers with Arrays in C Explained | Pointer Arithmetic Tutorial”

Understanding pointers with arrays is a major step toward mastering C programming. In this lesson, you will learn: • How to assign ...

5:08
“Pointers with Arrays in C Explained | Pointer Arithmetic Tutorial”

7 views

2 weeks ago