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
2,907 results
When coding for microcontrollers like the STM32, tracking a finite state (like directions, sensor states, or system modes) can ...
20 views
2 months ago
An enum (enumeration) in C is a user-defined data type that assigns meaningful names to a set of related integer constants, ...
352 views
7 months ago
C C++ Enums - Using them effectively. Links mentioned in the video: 1) The Article ...
21 views
You're welcome to today's class today we want to look at enumeration in C enum right so what is enom enom is a userdefined ...
61 views
9 months ago
In this C language tutorial, we dive deep into Enums (Enumerated Types)—what they are, how they work, and why you should use ...
22 views
2 weeks ago
In real embedded firmware, data should not only have a type. It should clearly represent what it means, which module owns it, and ...
46 views
2 days ago
In this video, we continue our C Programming – Enum Part 2 series and understand Enum in a simple and practical way.
5 views
9 days ago
Listen to a senior dev with a PhD in particle physics rant about programming. Today's topic: Enumerators and tagged unions.
4,186 views
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
95,852 views
10 months ago
Write cleaner and more readable C code by mastering typedef and enum. In this lesson, you'll learn how these powerful language ...
6 views
3 weeks ago
I'm a self-taught programmer with very limited knowledge, trying to teach myself Python and computer science through various ...
391 views
Streamed 2 months ago
cprogramminglanguagebasics #cbasicsforbeginners #cbasicprogram#cprogramming #cbasicsforbeginners #cbasicprogram ...
9 views
8 months ago
Learn how to use C Enumerations (enum) to make your programs more readable, structured, and error-free! 🏷️ In this complete ...
14 views
Lesson 51 of C Programming: A Complete Course. Covers §5.8 — Data Types, Variables, and Constants. Chapters 0:00 const ...
4 views
3 days ago
In this lesson, learn what enums are in the C Language with examples. This is lesson 24 of the C Tutorial series. What is an enum ...
298 views
In this beginner-friendly tutorial, learn how the Enumerated Data Type (enum) works in C programming. This video explains how ...
6 months ago
Every time you declare a struct variable, you write the full type name: struct Student alice;. Every time you pass one to a function: ...
1 view
1 month ago
In this video, we will understand four important concepts of C Programming — Structure, Union, Enum, and Typedef. We will ...
286 views
10 days ago
Enums in C let you assign meaningful names to constants, making your code more readable and less error-prone. In this video, I'll ...
111 views
C Structs, Unions & Enums | C Structs, Unions & Enums User-defined types, memory layout, typedef for developers and students ...
8 views
3 months ago