Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
426 results
Beginner-Friendly Questions What does the static keyword mean in JavaScript? How do I define a static variable in a JavaScript ...
7 views
8 days ago
Where does your data actually live? You've been declaring variables, passing pointers, and watching functions receive addresses ...
9 views
2 weeks ago
Extension members are a new thing in C# 14, but what are they and why are they valuable? That's what we are going to cover in ...
6,522 views
4 weeks ago
Consider this program: What you'll learn: • Learn the three levels of scope in C (local, block, global) • How variable lifetime differs ...
3 views
Learn the basics of **variables and data types in C programming**. In this tutorial, you'll understand **local, global, and static ...
20 views
12 days ago
Modern C/C++ projects often generate hundreds or even thousands of static analysis findings. Knowing which violations matter, ...
35 views
3 weeks ago
Welcome to Day 2 of our 28-Day C & C++ Masterclass! Building upon your very first "Hello World" program, today we are focusing ...
29 views
C++ Programming Masterclass: Classes, Data Abstraction, and Advanced Object Members Welcome back to our C++ ...
16 views
In embedded C, declaring a variable is not only about choosing its type and value. You also need to understand: * where the ...
37 views
0 views
2 days ago
The `static` Keyword in C++ Classes ✓ Difference Between Static and Non-Static Members ✓ How Static Variables are Shared ...
11 views
11 days ago
10 | Mastering C Functions | Programming Fundamentals** In this video of the Programming Fundamentals course, you will ...
Variables in C Programming | Complete Beginner Tutorial with Examples Welcome to Technikkis Logic! In this video, you'll ...
1 view
1 month ago
This is Session 12: C/Embedded C Part 2 Explaining Memory Management, C Keywords, typedef, Compilation Process, ...
62 views
6 days ago
UKStudents #CanadaStudents #StudyAbroad #CareerAbroad #UKJobs #Canada Jobs #InternationalStudents #Career Success ...
2 views
5 days ago
In this video, we discuss automatic stack restoration in C and C++.
53 views
In this video, you'll learn the difference between the `static` keyword and the `this` keyword in C++ with simple examples.
4 views
How data structures actually live in memory — the byte-level layout behind the abstraction. We map the abstract picture onto real ...
10 views
this pointer in plain C recap classes in plain C static Why C++ feels complicated.