ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,882 results

Code Career
Only 10% Get This Right! Static Variable Trick in C! #codinginterview  #coding

Can you solve this tricky C interview question? Most candidates get this wrong! Watch this short video to test your knowledge ...

0:29
Only 10% Get This Right! Static Variable Trick in C! #codinginterview #coding

545 views

9 months ago

LearnTrendy Skills
✅ Retaining Values in a Function | Static Variables in C Explained

Retaining Values in a Function | Static Variables in C Explained How do you retain values inside a function between calls?

2:36
✅ Retaining Values in a Function | Static Variables in C Explained

3 views

9 months ago

vlogize
Accessing a static Variable Across C Files

Discover how to manage and access `static` variables in C across multiple files, understand linkage, and avoid linker errors in ...

2:17
Accessing a static Variable Across C Files

6 views

7 months ago

vlogize
Understanding Static Variables Not Initialized in C: Common Issues and Solutions

Explore the reasons why static variables may not hold their expected values in C, common pitfalls, and effective debugging ...

2:11
Understanding Static Variables Not Initialized in C: Common Issues and Solutions

1 view

9 months ago

LearnTrendy Skills
Understanding Variable Scope in C | Local, Global, and Static Explained

Understanding Variable Scope in C | Local, Global, and Static Explained Ever wondered how variable scope works in C ...

3:36
Understanding Variable Scope in C | Local, Global, and Static Explained

13 views

9 months ago

vlogize
How to Resolve static variable Challenges in C

Struggling with static variables in C and trying to refactor code into sub-functions? This guide offers practical solutions and insights ...

1:53
How to Resolve static variable Challenges in C

1 view

9 months ago

vlogize
Understanding the Impact of Static Variable 'n' in Recursive C Functions

Explore how the use of a static variable 'n' in recursive C functions can affect the output and behavior of your programs.

1:48
Understanding the Impact of Static Variable 'n' in Recursive C Functions

13 views

11 months ago

vlogize
How to Access a Static Variable Across C Files: Best Practices and Solutions

Discover how to correctly access a static variable declared in one C source file from another file without using `extern` or pointers.

1:55
How to Access a Static Variable Across C Files: Best Practices and Solutions

4 views

8 months ago

Wadix Technologies
Static Variables in Embedded C (Local vs Global) — STM32 Hands-On Demo

Courses ➤ https://courses.wadixtech.com/courses Website ➤ https://www.wadixtech.com --- Github project: ...

37:14
Static Variables in Embedded C (Local vs Global) — STM32 Hands-On Demo

69 views

9 days ago

CS50
CS50x 2026 - Lecture 9 - Flask

This is CS50, Harvard University's introduction to the intellectual enterprises of computer science and the art of programming.

2:26:36
CS50x 2026 - Lecture 9 - Flask

2,585 views

4 hours ago

vlogize
Understanding the Static Variable Declaration in C: Why No Compilation Error?

Explore the interesting behavior of declaring the same `static variable` twice in global scope in C. Learn why this doesn't cause a ...

1:35
Understanding the Static Variable Declaration in C: Why No Compilation Error?

1 view

9 months ago

vlogize
Understanding Function-Level Static Variables: When Are They Allocated and Initialized?

Initialization: The initialization of the static variable occurs during the first call to the function. This means that the constructor for the ...

2:16
Understanding Function-Level Static Variables: When Are They Allocated and Initialized?

2 views

10 months ago

NExtIn
What is the use of static variables in C? #coding #cprogramming#shorts #education

What is the use of static variables in C? #coding #cprogramming#shorts #education #programming.

0:21
What is the use of static variables in C? #coding #cprogramming#shorts #education

71 views

11 months ago

vlogize
Consequences of Using free() on Automatic vs Static Variables in C

Understanding the dangers of using `free()` on `automatic` and `static` variables in C. Learn how misuse can lead to undefined ...

1:05
Consequences of Using free() on Automatic vs Static Variables in C

1 view

11 months ago

vlogize
Correct Way to Initialize Static Variables in a Static Class in C++

Here's the proper way to do so: Step-by-Step Example: Declare the Static Variable within the Class: [[See Video to Reveal this ...

1:34
Correct Way to Initialize Static Variables in a Static Class in C++

4 views

11 months ago

let's vid
C++ - Static Variables

In this video we take a look at some of the different usages of static variables in C++.

9:22
C++ - Static Variables

13 views

8 months ago

Small Code Learns
Static Class | Static Method |Static Variable |Static Property | C#

SmallCodeLearns_1 Welcome to Small Code Learns! In this video, you'll learn what static properties are in C#, how they work, ...

3:37
Static Class | Static Method |Static Variable |Static Property | C#

14 views

6 months ago

vlogize
Understanding Static Variables in Loops vs. Block-Scoped Variables in C

This guide explores the differences between `static` variables within loops and non-static block-scoped variables in C, providing ...

1:47
Understanding Static Variables in Loops vs. Block-Scoped Variables in C

1 view

10 months ago

Nomavexi
C++: Static Variable in Function

Να βελτιώνεσαι συνεχώς!

0:28
C++: Static Variable in Function

0 views

7 months ago

vlogize
Understanding the Initialization of LOCAL Static Variables in C

Discover when and how `LOCAL` static variables are initialized in C programming, along with key insights regarding their lifetime ...

1:36
Understanding the Initialization of LOCAL Static Variables in C

0 views

8 months ago