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
9,475 results
Can you solve this tricky C interview question? Most candidates get this wrong! Watch this short video to test your knowledge ...
543 views
9 months ago
In this video, we explore the concept of static in C programming. Learn how static variables behave differently from regular ...
1,914 views
8 months ago
Discover how to manage and access `static` variables in C across multiple files, understand linkage, and avoid linker errors in ...
6 views
6 months ago
Retaining Values in a Function | Static Variables in C Explained How do you retain values inside a function between calls?
3 views
2,009 views
4 months ago
Explore the reasons why static variables may not hold their expected values in C, common pitfalls, and effective debugging ...
1 view
Explore how the use of a static variable 'n' in recursive C functions can affect the output and behavior of your programs.
13 views
11 months ago
C Programming Interview Questions – Part 3 Understanding the static Keyword in Different Contexts • Inside a Function (Local ...
1,097 views
Understanding Variable Scope in C | Local, Global, and Static Explained Ever wondered how variable scope works in C ...
Struggling with static variables in C and trying to refactor code into sub-functions? This guide offers practical solutions and insights ...
Welcome to Srinivasan Rajendran ------------------------------------------------------------------------ Srinivasan Rajendran's YouTube ...
8 views
Learn why static variables in C programming retain their values and the importance of initializing them within their declarations.
2 views
What is the use of static variables in C? #coding #cprogramming#shorts #education #programming.
71 views
Initialization: The initialization of the static variable occurs during the first call to the function. This means that the constructor for the ...
10 months ago
SmallCodeLearns_1 Welcome to Small Code Learns! In this video, you'll learn what static properties are in C#, how they work, ...
14 views
Static Variable in C++ Program #static #variables #cpp #cppcoding #codinglevelup #beginners.
750 views
Discover how to correctly access a static variable declared in one C source file from another file without using `extern` or pointers.
4 views
Explore the interesting behavior of declaring the same `static variable` twice in global scope in C. Learn why this doesn't cause a ...
What's the real difference between static variables and constants in C? This short clears it up in just 30 seconds! A static ...
358 views
In this video we take a look at some of the different usages of static variables in C++.