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
48,786 results
An enum (enumeration) in C is a user-defined data type that assigns meaningful names to a set of related integer constants, ...
437 views
8mo ago
The vast majority (cough cough, go) of programming languages out there have enums, but for some reason every language winds ...
234,474 views
13d ago
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 ...
60 views
10mo ago
In this C language tutorial, we dive deep into Enums (Enumerated Types)—what they are, how they work, and why you should use ...
31 views
1mo 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: ...
8 views
cprogramminglanguagebasics #cbasicsforbeginners #cbasicprogram#cprogramming #cbasicsforbeginners #cbasicprogram ...
10 views
9mo ago
In this video, we continue our C Programming – Enum Part 2 series and understand Enum in a simple and practical way.
Write cleaner and more readable C code by mastering typedef and enum. In this lesson, you'll learn how these powerful language ...
9 views
1 view
2mo ago
In this beginner-friendly tutorial, learn how the Enumerated Data Type (enum) works in C programming. This video explains how ...
21 views
7mo ago
Three ways to make values that don't change. #define replaces text before compilation — no type, no memory, just substitution.
7 views
5mo 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 ...
324 views
Explained Enum in C language #c #cprogrammingintelugu https://github.com/Surya-Ambati/c_tutorials.
6mo 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 ...
132 views
11mo ago
Lesson 51 of C Programming: A Complete Course. Covers §5.8 — Data Types, Variables, and Constants. Chapters 0:00 const ...
65 views
Learn how to use C Enumerations (enum) to make your programs more readable, structured, and error-free! 🏷️ In this complete ...
14 views
In this video i tried to show winldap from C which is more common if we wanna code over AD systems... enjoy the video.
102 views
The site is learncpp.com.
Welcome back to our C Programming series on Quantumnique! In this lesson, you will learn how Union and Enum work in C ...
4 views
4mo ago
The enum is also called enumeration. It is a value type. Enum is used to define the set of named constant values Visit the C# ...