ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

183 results

Know about Embedded Systems
Function Pointers in C

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

39 views

12 hours ago

Vanga Therinjikalam
CS3251 Programming in C || Unit III Functions & Pointers || Functions in C Explained || Definition

1. Functions ****************************************** This video explains Functions in C from CS3251 – Programming in C, Unit III ...

1:55
CS3251 Programming in C || Unit III Functions & Pointers || Functions in C Explained || Definition

4 views

6 days ago

C++ Weekly With Jason Turner
How to Safely End a C++ Program (Ep 513) – 7 Methods Compared

Awesome T-Shirts! Sponsors! Books! ☟☟ Hudson River Trading engineers use modern C++ to build performance-critical systems ...

16:13
How to Safely End a C++ Program (Ep 513) – 7 Methods Compared

7,547 views

4 days ago

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

67 views

3 days ago

Logan Kearsley
The Little C-mer Part 2 - Representing S-Expressions

... the option to put arbitrary other function pointers in there uh in case we want to use like an arena allocator or something like that ...

6:07
The Little C-mer Part 2 - Representing S-Expressions

0 views

7 days ago

CodeBing
C++ Objects Are NOT What You Think (Inside vtables & ABI)

Have you ever wondered what a C++ object actually looks like in memory? In this video, we strip away C++ syntax sugar and ...

7:56
C++ Objects Are NOT What You Think (Inside vtables & ABI)

656 views

5 days ago

SnoopSqueak
Pointers in C (and parameters, and pointers as parameters, and pointers to pointers)

I love programming!

4:41
Pointers in C (and parameters, and pointers as parameters, and pointers to pointers)

30 views

6 days ago

Vanga Therinjikalam
CS3251 Programming in C | Unit III Functions & Pointers | Elements of User-Defined Function#function

2. elements of user defined function ****************************************** This video explains the Elements of a User-Defined ...

1:45
CS3251 Programming in C | Unit III Functions & Pointers | Elements of User-Defined Function#function

0 views

5 days 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 ||

36 views

7 days ago

Programming Avec Reza
How to work with a pointer to another pointer in C++?

Learn C++ and Python from Zero to Hero! Are you ready to master C++ or Python from scratch? Whether you're a beginner or ...

3:42
How to work with a pointer to another pointer in C++?

0 views

7 days 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

62 views

6 days ago

Vanga Therinjikalam
CS3251 Programming in C | Unit III Functions & Pointers | Function Parameters #FunctionParameters

3. Function Parameters ****************************************** This video explains Function Parameters in C as per CS3251 ...

1:11
CS3251 Programming in C | Unit III Functions & Pointers | Function Parameters #FunctionParameters

0 views

4 days ago

BaseLayer
How Pymalloc & Garbage Collection Work #python #coding #softwareengineering #backend

Ever wondered why your Python application's memory usage keeps climbing, even after variables go out of scope? In this deep ...

9:00
How Pymalloc & Garbage Collection Work #python #coding #softwareengineering #backend

0 views

6 days ago

Know about Embedded Systems
Structure Pointer | Pointer to Structure in C

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 Pointer | Pointer to Structure in C

53 views

3 days ago

C Programming QA ZONE
Swap Two Numbers Using Pointer | Call by Reference | User DefinedFunction @MahekBarasara

YouTube Video Description In this video, we demonstrate a user-defined function in C programming to swap the values of two ...

0:32
Swap Two Numbers Using Pointer | Call by Reference | User DefinedFunction @MahekBarasara

2 views

4 days ago

CS50
CS50x 2026 - Lecture 4 - Memory

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:19:55
CS50x 2026 - Lecture 4 - Memory

4,898 views

1 day ago

House of Code
What Are 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
What Are Pointers in C?

28 views

7 days ago

Tsoding Daily
GameDev in C - Logging System

Streamed Live on Twitch: https://twitch.tv/tsoding More episodes: ...

2:16:43
GameDev in C - Logging System

28,997 views

4 days ago

TheAllNotes
Computer Programming Using C || Unit-5 One Shot 3/4th Semester|| Polytechnic(Diploma) For CS/IT

Computer Programming Using C | UNIT-5 ONE SHOT 😍 | Functions & Pointers | Diploma CS/IT UNIT-5 C Programming ONE SHOT ...

32:52
Computer Programming Using C || Unit-5 One Shot 3/4th Semester|| Polytechnic(Diploma) For CS/IT

0 views

5 days ago

Codotaku
MLIR C++ API Tutorial: JIT your first function

MLIR C++ API Tutorial: JIT your first function Discord: https://discord.codotaku.com MLIR (Multi-Level Intermediate ...

18:56
MLIR C++ API Tutorial: JIT your first function

95 views

6 days ago

Mahi's07
22 2 c class pointer class 52
1:24:31
22 2 c class pointer class 52

3 views

6 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 |

17 views

4 days ago

GEEZEL
Pointer in c++#c++ pointer#c++ for beginner
6:58
Pointer in c++#c++ pointer#c++ for beginner

0 views

7 days ago

Wisdomers - Computer Science and Engineering
Program to Pass Arrays to Functions in C Using Pointers || C Programming || Lab Program 34 || L-122

In this class we will Understand the Program to Pass Arrays to Functions in C Using Pointers Learn the professional way to pass ...

12:22
Program to Pass Arrays to Functions in C Using Pointers || C Programming || Lab Program 34 || L-122

9 views

2 days ago

Internships
C6
21:38
C6

3 views

7 days ago