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
8,882 results
Can you solve this tricky C interview question? Most candidates get this wrong! Watch this short video to test your knowledge ...
545 views
9 months ago
Retaining Values in a Function | Static Variables in C Explained How do you retain values inside a function between calls?
3 views
Discover how to manage and access `static` variables in C across multiple files, understand linkage, and avoid linker errors in ...
6 views
7 months ago
Explore the reasons why static variables may not hold their expected values in C, common pitfalls, and effective debugging ...
1 view
Understanding Variable Scope in C | Local, Global, and Static Explained Ever wondered how variable scope works in C ...
13 views
Struggling with static variables in C and trying to refactor code into sub-functions? This guide offers practical solutions and insights ...
Explore how the use of a static variable 'n' in recursive C functions can affect the output and behavior of your programs.
11 months ago
Discover how to correctly access a static variable declared in one C source file from another file without using `extern` or pointers.
4 views
8 months ago
Courses ➤ https://courses.wadixtech.com/courses Website ➤ https://www.wadixtech.com --- Github project: ...
69 views
9 days ago
This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.
2,585 views
4 hours ago
Explore the interesting behavior of declaring the same `static variable` twice in global scope in C. Learn why this doesn't cause a ...
Initialization: The initialization of the static variable occurs during the first call to the function. This means that the constructor for the ...
2 views
10 months ago
What is the use of static variables in C? #coding #cprogramming#shorts #education #programming.
71 views
Understanding the dangers of using `free()` on `automatic` and `static` variables in C. Learn how misuse can lead to undefined ...
Here's the proper way to do so: Step-by-Step Example: Declare the Static Variable within the Class: [[See Video to Reveal this ...
In this video we take a look at some of the different usages of static variables in C++.
SmallCodeLearns_1 Welcome to Small Code Learns! In this video, you'll learn what static properties are in C#, how they work, ...
14 views
6 months ago
This guide explores the differences between `static` variables within loops and non-static block-scoped variables in C, providing ...
Να βελτιώνεσαι συνεχώς!
0 views
Discover when and how `LOCAL` static variables are initialized in C programming, along with key insights regarding their lifetime ...