ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

103 results

Coding with Sheikh Amir
Master Function Pointers in C | Pass, Store & Call Functions Dynamically

In this video, you'll learn Function Pointers in C Programming — one of the most powerful and flexible features in the C language.

37:01
Master Function Pointers in C | Pass, Store & Call Functions Dynamically

0 views

3 days ago

vlogommentary
Understanding the Impact of const on typedef Function Pointers in C

Learn why using const with typedefed function pointers in C can cause confusion and how to correctly apply const qualifiers to ...

3:41
Understanding the Impact of const on typedef Function Pointers in C

0 views

5 days ago

The Debug Zone
How to Parametrize Function Templates with Generic Function Pointers in C++

In this video, we delve into the powerful world of C++ function templates and explore how to effectively parametrize them using ...

3:05
How to Parametrize Function Templates with Generic Function Pointers in C++

0 views

7 days ago

Coding with Sheikh Amir
Learn Callback Functions in C | Function Pointers in Action 🔗

In this video, you'll master Callback Functions in C Programming — one of the most important uses of function pointers for creating ...

21:19
Learn Callback Functions in C | Function Pointers in Action 🔗

0 views

2 days ago

DeepDiveDev
C++ Inheritance Explained: V-Tables, Virtual Destructors & Edge Cases

My Memory Mananagement Series: ...

17:43
C++ Inheritance Explained: V-Tables, Virtual Destructors & Edge Cases

3,905 views

6 days ago

Explore Electronics
Module 4 Chapter 2 Pointers to Functions, C's Dynamic Allocation Functions | Programming in C

Welcome to Module 4 chapter 2 video of "Programming in C" Subject with code 1BEIT105/205 a first year subject under VTU ...

21:31
Module 4 Chapter 2 Pointers to Functions, C's Dynamic Allocation Functions | Programming in C

79 views

4 days ago

vlogommentary
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

Learn when and how you can correctly use relational operators to compare pointers in C, based on the C standard specifications ...

3:08
Understanding Pointer Comparisons in C: Valid Use Cases and Undefined Behavior

0 views

4 days ago

Arpit Katiyar
FUNCTION POINTER TO A FUNCTION | C Language Tutorial (Hindi Version) | #73 | Arpit Katiyar

FUNCTION POINTER TO A FUNCTION | C Language Tutorial (Hindi Version) | #73 | Arpit Katiyar Welcome to the Channel !

17:21
FUNCTION POINTER TO A FUNCTION | C Language Tutorial (Hindi Version) | #73 | Arpit Katiyar

0 views

4 days ago

Code Career
This C Function Returns a Pointer to Local Variable ⚠️ | Undefined Behavior

This C function returns a pointer to a local variable. Once the function exits, that stack memory is destroyed. The pointer now ...

0:32
This C Function Returns a Pointer to Local Variable ⚠️ | Undefined Behavior

1,561 views

1 day ago

Pantech.ai(Warriors Way Hub)
“Structure in C from Scratch | Memory, Pointer & Real Use”

Dive into a world where technology, business, and innovation intersect. From the realms of A.I and Data Science to the ...

50:08
“Structure in C from Scratch | Memory, Pointer & Real Use”

272 views

7 days ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 512 - reinterpret_cast is Finally Fixed!

Awesome T-Shirts! Sponsors! Books! ☟☟ Episode details: https://github.com/lefticus/cpp_weekly/issues/179 T-SHIRTS ...

11:28
C++ Weekly - Ep 512 - reinterpret_cast is Finally Fixed!

6,926 views

16 hours ago

Learning with sheikh amir
Passing Pointers to Functions | Call by Value vs Call by Reference

In this video, you'll learn how to pass pointers to functions in C programming — one of the most important concepts for efficient ...

22:05
Passing Pointers to Functions | Call by Value vs Call by Reference

0 views

6 days ago

CSE IT Exam Preparation
CS25C01 C Programming | Pointer to a Function | Anna University R2025

Notes available in https://play.google.com/store/apps/details?id=com.learning.cseitexampreparation Follow us on Whatsapp ...

2:52
CS25C01 C Programming | Pointer to a Function | Anna University R2025

0 views

1 day ago

How Dev You
C Does OOP Better: Abstract Data Type - Chapter 01

Object Oriented Programming (Source Code): https://github.com/sosumit001/OOP_IN_C OOP in C by implementing real Abstract ...

15:11
C Does OOP Better: Abstract Data Type - Chapter 01

449 views

1 day ago

GoGreenTechs
C++ Pointers | Complete Introduction with Simple Examples

Pointers are often confusing for beginners. In this video, pointers in C++ are explained in a clear, simple, and practical way, ...

8:23
C++ Pointers | Complete Introduction with Simple Examples

0 views

7 days ago

Code Career
This sizeof() Bug Can Fail Your C Interview

This C code looks correct — but it lies. In this short video, you'll see a common sizeof() trap in C programming that even ...

0:24
This sizeof() Bug Can Fail Your C Interview

1,548 views

4 days ago

Hopemaxxer
Pointers are my jam (Learning C++)

The site is learncpp.com.

1:16:27
Pointers are my jam (Learning C++)

95 views

2 days ago

The Code Bird and Yakov Manshin
How Swift *Really* Calls Functions in Your App: Method Dispatch in Swift (and Objective-C)

Ever wonder what happens when you call a function in your Swift app? For something that occurs thousands of times every ...

11:55
How Swift *Really* Calls Functions in Your App: Method Dispatch in Swift (and Objective-C)

138 views

1 day ago

Yours truly, Seniors : )
Programming in C - The Boiling Point | By Narendra S

Hello all! Hope you found my session useful. If you have any doubts, feel free to reach out to me at yourstrulyseniors@gmail.com.

1:43:57
Programming in C - The Boiling Point | By Narendra S

438 views

Streamed 7 days ago

sdginsights
CS201 Midterm Preparation 2025| Mcqs & All   | 100% Handout Based | free pro gift | sdginsights

Struggling with CS201 Introduction to Programming? Worried about your Virtual University Midterm Exams 2025? In this video, I ...

26:27
CS201 Midterm Preparation 2025| Mcqs & All | 100% Handout Based | free pro gift | sdginsights

189 views

6 days ago

IP COMPUTER
C Programing # 12 Pointer in C programming & Strings in C (With Examples) By Rajesh Naiknaware

C Programing # 12 Pointer in C programming & Strings in C (With Examples) By Rajesh Naiknaware #Ctutorialforbeginners ...

28:50
C Programing # 12 Pointer in C programming & Strings in C (With Examples) By Rajesh Naiknaware

4 views

6 days ago

Murugan Tech World
Pointers and it's functions in Computer Programming : C tamil||CS25C01||Anna University reg-2025.

CS25C01 Computer Programming: C important questions with answers in tamil for last minute preparation: https://www.youtube.com ...

9:56
Pointers and it's functions in Computer Programming : C tamil||CS25C01||Anna University reg-2025.

108 views

2 days ago

Open Source
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.

13:49
Rust for Systems Programming 🦀 | Memory, Pointers & Unsafe Rust EXPLAINED!

125 views

19 hours ago

Wisdomers - Computer Science and Engineering
Basic Pointer Operations Declaration, Assignment & Dereferencing || C Programming || Lab Program 31|

In this class we will understand Practically Basic Pointer Operations Declaration, Assignment & Dereferencing. Let's write our first ...

10:34
Basic Pointer Operations Declaration, Assignment & Dereferencing || C Programming || Lab Program 31|

0 views

3 days ago

GeeksforGeeks GATE
C Programming 09 | Pointers in C Programming | All Branches | GATE Crash Course

Master one of the most important and confusing topics in C programming — Pointers. In this session, we explain what pointers are ...

2:31:12
C Programming 09 | Pointers in C Programming | All Branches | GATE Crash Course

507 views

Streamed 6 days ago