ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

83 results

Bro Code
Pointers are easy! 👈

coding #programming #cprogramming void birthday(int* age); int main() { // pointer = A variable that stores the memory address of ...

8:07
Pointers are easy! 👈

30,119 views

9 months ago

Bro Code
Malloc in C is easy! 🏢

coding #programming #cprogramming // malloc() = A function in C that dynamically allocates // a specified number of bytes in ...

9:32
Malloc in C is easy! 🏢

50,165 views

8 months ago

Bro Code
Arrays in C are easy! 🗃️

coding #programming #cprogramming // array = A fixed-size collection of elements of the same data type // (Similar to a variable, ...

11:06
Arrays in C are easy! 🗃️

34,976 views

9 months ago

Bro Code
Realloc in C explained easy! 🚢

coding #programming #cprogramming 00:00:00 intro 00:00:53 setup 00:05:55 realloc demo // realloc() = Reallocation. // Resize ...

11:51
Realloc in C explained easy! 🚢

9,399 views

8 months ago

Bro Code
Structs in C are easy! 📦

coding #programming #cprogramming typedef struct{ char name[50]; int age; float gpa; bool isFullTime; }Student; void ...

12:15
Structs in C are easy! 📦

25,372 views

9 months ago

Bro Code
Functions in C are easy! 📞

coding #programming #cprogramming void happyBirthday(char name[], int age){ printf("\nHappy birthday to you!"); printf("\nHappy ...

9:57
Functions in C are easy! 📞

21,066 views

10 months ago

Gate Smashers
Lec-32: Understanding Pointers in C++ Programming | Step-by-Step Guide with Examples

In this video, Varun sir will break down pointers in C++ in the simplest way possible, using step-by-step explanations and real-life ...

8:26
Lec-32: Understanding Pointers in C++ Programming | Step-by-Step Guide with Examples

36,170 views

6 months ago

AlgoMasterIO
Two Pointers in 7 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

7:21
Two Pointers in 7 minutes | LeetCode Pattern

193,409 views

11 months ago

Low Level Game Dev
The 5 Levels Of C++

Check out my Failproof OpenGL course for beginners: https://www.udemy.com/course/failproof-opengl-for-beginners/?

10:29
The 5 Levels Of C++

217,558 views

7 months ago

w3Hacker
C++ Pointers Made Easy

I hope to explain to you what a Pointer is and how to use them Channels with great explanations on Pointers: Low Level Bro Code ...

12:15
C++ Pointers Made Easy

15 views

6 months ago

Bro Code
Code a C digital clock in 10 minutes! ⌚

coding #programming #cprogramming This is a beginner's project to help you understand and practice using structs, time ...

10:11
Code a C digital clock in 10 minutes! ⌚

11,689 views

8 months ago

Mxy
How Assembly Functions Work - The Stack Explained

Part 1 of "How Programs Look in Assembly": https://youtu.be/2d0gKxGMGbc 00:00 Simple C Program 00:34 The Stack Explained ...

15:35
How Assembly Functions Work - The Stack Explained

84,296 views

9 months ago

Gate Smashers
Lec-33: Call by Value & Call by Reference | C++ programming for beginners

What is the difference between call by value and call by reference in C++? In this video, Varun sir will break it down with simple ...

8:02
Lec-33: Call by Value & Call by Reference | C++ programming for beginners

61,064 views

6 months ago

Sajjaad Khader
Data Structures Explained for Beginners - How I Wish I was Taught

Data structures are essential for coding interviews and real-world software development. In this video, I'll break down the most ...

15:51
Data Structures Explained for Beginners - How I Wish I was Taught

721,956 views

10 months ago

AlgoMasterIO
Sliding Window in 7 minutes | LeetCode Pattern

Master DSA Patterns: https://algomaster.io/ ▻ My DSA Playlist: ...

7:38
Sliding Window in 7 minutes | LeetCode Pattern

177,486 views

11 months ago

Code with Rahul
The ULTIMATE Pointers Guide 💻 | C Language for Beginners (Telugu)

About this video This video is an easy-to-understand tutorial on pointers in the C programming language. It is perfect for beginners ...

19:29
The ULTIMATE Pointers Guide 💻 | C Language for Beginners (Telugu)

484 views

6 months ago

Awesome
HARD truths before switching to Go...

An honest look at the Golang programming language. Topics: - Go pros and cons; - Why learn Go? - Is Go easy to learn?

8:02
HARD truths before switching to Go...

101,486 views

8 months ago

Sajjaad Khader
My Honest Advice to Aspiring Software Engineers

When I graduated and landed my big tech job, I thought I had everything figured out, until reality hit me hard. In this video, I share ...

11:46
My Honest Advice to Aspiring Software Engineers

152,283 views

2 months ago

Codist
Every Type Of API Explained in 9 Minutes ! Part 01

APIs are the hidden backbone of the internet. They power your apps, websites, and even the devices you use every day. But with ...

9:54
Every Type Of API Explained in 9 Minutes ! Part 01

602,499 views

3 months ago

Gate Smashers
Lec-44: Friend Function/Class in C++ Explained with Examples | OOPs Concepts

What does Friend Functions and Friend Classes in C++ means? In this video, Varun Sir will discuss about these important OOPs ...

8:11
Lec-44: Friend Function/Class in C++ Explained with Examples | OOPs Concepts

50,844 views

5 months ago