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
1,267 results
An enum (enumeration) in C is a user-defined data type that assigns meaningful names to a set of related integer constants, ...
357 views
7 months ago
C C++ Enums - Using them effectively. Links mentioned in the video: 1) The Article ...
21 views
2 months 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 ...
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
Listen to a senior dev with a PhD in particle physics rant about programming. Today's topic: Enumerators and tagged unions.
4,188 views
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
95,872 views
10 months ago
In this video, we continue our C Programming – Enum Part 2 series and understand Enum in a simple and practical way.
5 views
11 days ago
In real embedded firmware, data should not only have a type. It should clearly represent what it means, which module owns it, and ...
82 views
4 days 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
C Structs, Unions & Enums | C Structs, Unions & Enums User-defined types, memory layout, typedef for developers and students ...
8 views
3 months ago
In this video, we explain what enums are in C++, why they're useful, and how they help you work with fixed sets of named values.
3 views
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
Here, I have explained the basic operations on Enums. 1. Get the integer value of the an enum member 2. Get the name of the an ...
5 months 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 ...
301 views
In this beginner-friendly tutorial, learn how the Enumerated Data Type (enum) works in C programming. This video explains how ...
20 views
In this video, we will understand four important concepts of C Programming — Structure, Union, Enum, and Typedef. We will ...
286 views
12 days ago
146 views
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 ...
5 days ago
Explained Enum in C language #c #cprogrammingintelugu https://github.com/Surya-Ambati/c_tutorials.