ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,976 results

Hobby Kit
90% Beginners Makes This Pointer Mistake | Pointers in C — simple example

Explained clearly pointer concept in C in Telugu . It is the most confused question for freshers. @hobby kit #pointersinc #cintelugu ...

3:42
90% Beginners Makes This Pointer Mistake | Pointers in C — simple example

26 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

2 weeks 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

84 views

2 weeks 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

1 view

4 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

110 views

3 weeks 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

2 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

71 views

2 weeks 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 3 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

77 views

3 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

150 views

13 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

776 views

Streamed 4 weeks ago

Wisdomers - Computer Science and Engineering
Introduction to Pointer Arithmetic in C (Pointer Math & Scaling) || C Programming || Lesson 118 ||

In this class we will have an Introduction to Pointer Arithmetic in C (Pointer Math & Scaling). What happens when you add +1 to a ...

6:16
Introduction to Pointer Arithmetic in C (Pointer Math & Scaling) || C Programming || Lesson 118 ||

41 views

3 weeks 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)

91 views

4 days ago

4G Silver Academy தமிழ்
Pointers and Arrays in C in Tamil | Pointers to Functions in C in Tamil | Computer Programming C
4:18
Pointers and Arrays in C in Tamil | Pointers to Functions in C in Tamil | Computer Programming C

37,219 views

3 weeks ago

Concept Zone
C Programming MCQ 🔥| Pointer Arithmetic MCQ in C | Tricky Output Question

ointer arithmetic is one of the most confusing yet frequently asked topics in C programming In this MCQ, we subtract two ...

0:13
C Programming MCQ 🔥| Pointer Arithmetic MCQ in C | Tricky Output Question

0 views

1 day ago

Brian_yang06
Pointer in c language
5:40
Pointer in c language

8 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

3 weeks 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

4 weeks ago

Code Career
Why Linked Lists Exist | Pointers Break Here (C Programming)

Why do linked lists exist when arrays already work? In this video, you'll understand what a linked list is, why it was invented, and ...

5:02
Why Linked Lists Exist | Pointers Break Here (C Programming)

0 views

13 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

41 views

2 weeks ago