ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

488 results

Learn Coding
C Pointers | What is Pointer? Full Explanation | Learn Coding

C Programming Series Schedule Update C Language videos will be uploaded every Monday, Wednesday, and Friday at 5 ...

18:30
C Pointers | What is Pointer? Full Explanation | Learn Coding

1,967 views

7 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

43 views

4 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

160 views

3 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

76 views

3 weeks ago

CS with UT
Why Pointers Confuse Everyone in C (Until You See This)

Pointers in C are one of the most important yet confusing concepts for beginners. In this video, you'll learn pointers in C from ...

14:02
Why Pointers Confuse Everyone in C (Until You See This)

6 views

1 hour 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 |

30 views

3 weeks ago

Explore Electronics
Module 5 Programming in C : Passing Structure to Functions, Structure Pointers | 1BEIT105

Welcome to Module 5 video of "Programming in C" Subject with code 1BEIT105/205 a first year subject under VTU (Visvesvaraya ...

19:32
Module 5 Programming in C : Passing Structure to Functions, Structure Pointers | 1BEIT105

244 views

2 weeks ago

BMR EDUCATION
C Arrays Explained | Memory Layout, Pointers, Multidimensional Arrays & Strings

C Arrays — Complete & In-Depth Guide Arrays are one of the most important building blocks of C programming. In this completely ...

12:18
C Arrays Explained | Memory Layout, Pointers, Multidimensional Arrays & Strings

83 views

2 weeks ago

Sabrina Balqis
BERC1313 PROGRAMMING FUNDAMENTAL (Pointer)

This course introduces the fundamental concepts of programming using the C language, including program structure, data types, ...

12:23
BERC1313 PROGRAMMING FUNDAMENTAL (Pointer)

7 views

13 days ago

AISSMS INSTITUTE OF INFORMATION TECHNOLOGYY - IOIT
Pointers in C

Pointers in C Explained: Basics You Must Know in 5 Minutes.

4:52
Pointers in C

8 views

12 days ago

Wisdomers - Computer Science and Engineering
Pointer to Pointer in C Explained (**ptr Double Pointers) || C Programming || Lesson 123 ||

In this class we will understand Pointer to Pointer in C Explained (**ptr Double Pointers). What is a Pointer to a Pointer? In this ...

10:25
Pointer to Pointer in C Explained (**ptr Double Pointers) || C Programming || Lesson 123 ||

44 views

3 weeks ago

Know about Embedded Systems
Embedded C Questions on Pointers | Pointers in C | void pointers | Null Pointers | Dangling Pointer

In C programming, a pointer is a variable that stores the memory address of another variable. Pointers are fundamental for tasks ...

19:36
Embedded C Questions on Pointers | Pointers in C | void pointers | Null Pointers | Dangling Pointer

119 views

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

20 views

3 weeks ago

Concept Unlocked
Shallow vs Deep Copy in C | Why memcpy Causes Dangling Pointers & Double Free

Shallow Copy vs Deep Copy is one of the most important and misunderstood concepts in C programming. In this video, we ...

11:32
Shallow vs Deep Copy in C | Why memcpy Causes Dangling Pointers & Double Free

9 views

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

31 views

4 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)

121 views

2 weeks ago

PBT Education Prashant
Pointer in C | What is pointer in C Language #cprogramming #pointers #clanguage #pointersinc

In this video, we explain Pointers in C Programming in a simple and easy way. You'll learn what pointers are, how they work, and ...

4:49
Pointer in C | What is pointer in C Language #cprogramming #pointers #clanguage #pointersinc

36 views

4 weeks ago

Concept Zone
C Program to Swap Two Values Using Pointers | Call by Reference | Step-by-Step Tutorial

In this video, I explain how to swap two values using pointers in C programming with a clear, step-by-step approach. This ...

5:44
C Program to Swap Two Values Using Pointers | Call by Reference | Step-by-Step Tutorial

6 views

2 weeks ago

Code Career
Why Linked Lists Exist | Your First Linked List Program (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 | Your First Linked List Program (C Programming)

14 views

3 weeks ago

Wisdomers - Computer Science and Engineering
Program to Access the Array Elements Using Pointer Arithmetic || Lab Program 33 || C Programming ||

In this class we will write a Program to Access the Array Elements Using Pointer Arithmetic. Let's prove that arrays and pointers ...

10:50
Program to Access the Array Elements Using Pointer Arithmetic || Lab Program 33 || C Programming ||

41 views

4 weeks ago