ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

48,786 results

Embedded System Creations
enumeration data type in c | Enumerations in C | enum in C | enum data type in C Language

An enum (enumeration) in C is a user-defined data type that assigns meaningful names to a set of related integer constants, ...

7:02
enumeration data type in c | Enumerations in C | enum in C | enum data type in C Language

437 views

8mo ago

rats159
Why do we keep reinventing enums?

The vast majority (cough cough, go) of programming languages out there have enums, but for some reason every language winds ...

9:32
Why do we keep reinventing enums?

234,474 views

13d ago

rEst
Understanding Sequential Enum Values in C. #C99 #education #everyone

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 ...

11:58
Understanding Sequential Enum Values in C. #C99 #education #everyone

60 views

10mo ago

eMobility System lab
Enum in C Programming | Enumeration Explained with Examples | Embedded Systems

In this C language tutorial, we dive deep into Enums (Enumerated Types)—what they are, how they work, and why you should use ...

18:50
Enum in C Programming | Enumeration Explained with Examples | Embedded Systems

31 views

1mo ago

Glass Box Computing
typedef, enum, and Unions — Programming With C | 7.3

Every time you declare a struct variable, you write the full type name: struct Student alice;. Every time you pass one to a function: ...

10:46
typedef, enum, and Unions — Programming With C | 7.3

8 views

1mo ago

Chiguru Academy
#C20  | C Enum | C Programming language | Chiguru Academy | Tuition

cprogramminglanguagebasics #cbasicsforbeginners #cbasicprogram#cprogramming #cbasicsforbeginners #cbasicprogram ...

3:03
#C20 | C Enum | C Programming language | Chiguru Academy | Tuition

10 views

9mo ago

eMobility System lab
C Programming Enum Part 2 | Enum Explained with Examples | Embedded C Tutorial

In this video, we continue our C Programming – Enum Part 2 series and understand Enum in a simple and practical way.

8:55
C Programming Enum Part 2 | Enum Explained with Examples | Embedded C Tutorial

10 views

1mo ago

Core Dev Lab
10 - Typedef and Enum

Write cleaner and more readable C code by mastering typedef and enum. In this lesson, you'll learn how these powerful language ...

8:05
10 - Typedef and Enum

9 views

1mo ago

Glass Box Computing
7.3 typedef, enum, and Unions — Programming Fluency in C | Previous Version

Every time you declare a struct variable, you write the full type name: struct Student alice;. Every time you pass one to a function: ...

10:46
7.3 typedef, enum, and Unions — Programming Fluency in C | Previous Version

1 view

2mo ago

KnowHive
2.2 Enumerated Data Type (enum) in C | Replace Numbers with Meaningful Names

In this beginner-friendly tutorial, learn how the Enumerated Data Type (enum) works in C programming. This video explains how ...

6:00
2.2 Enumerated Data Type (enum) in C | Replace Numbers with Meaningful Names

21 views

7mo ago

Codegiz — Built by Claude AI
C in 100 Seconds: #define const enum — When to Use Each | Episode 14

Three ways to make values that don't change. #define replaces text before compilation — no type, no memory, just substitution.

2:24
C in 100 Seconds: #define const enum — When to Use Each | Episode 14

7 views

5mo ago

Amit Thinks
Enum in C Programming in Hindi | Create | Assign | Access | Eumeration | C Tutorial | Amit Thinks

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 ...

5:44
Enum in C Programming in Hindi | Create | Assign | Access | Eumeration | C Tutorial | Amit Thinks

324 views

10mo ago

QnC
10 Enum in C language

Explained Enum in C language #c #cprogrammingintelugu https://github.com/Surya-Ambati/c_tutorials.

5:33
10 Enum in C language

1 view

6mo ago

Divya Explains - Code & Consciousness
46 Enum in C | #define | User Defined Datatype | C Programming | GATE CS in Tamil | Divya Explains

Enums in C let you assign meaningful names to constants, making your code more readable and less error-prone. In this video, I'll ...

10:55
46 Enum in C | #define | User Defined Datatype | C Programming | GATE CS in Tamil | Divya Explains

132 views

11mo ago

Benjamin Fadina
C Programming #51 — Constants: const, #define, and enum

Lesson 51 of C Programming: A Complete Course. Covers §5.8 — Data Types, Variables, and Constants. Chapters 0:00 const ...

4:51
C Programming #51 — Constants: const, #define, and enum

65 views

1mo ago

Coding with Sheikh Amir
C Programming: What Is an Enum and Why It Matters

Learn how to use C Enumerations (enum) to make your programs more readable, structured, and error-free! 🏷️ In this complete ...

18:32
C Programming: What Is an Enum and Why It Matters

14 views

8mo ago

Osman Dağdelen
3. Winldap Enum Users with WinAPI - wow - enum AD users in C code & BOF (Offensive Clown Scripts)

In this video i tried to show winldap from C which is more common if we wanna code over AD systems... enjoy the video.

1:15:07
3. Winldap Enum Users with WinAPI - wow - enum AD users in C code & BOF (Offensive Clown Scripts)

102 views

2mo ago

Engineer For Fun
Enum, never heard of her (Learning C++)

The site is learncpp.com.

1:13:15
Enum, never heard of her (Learning C++)

7 views

8mo ago

Quantumnique Solutions Pvt Ltd
🔥 Union and Enum in C Programming | Union vs Structure Explained | Module 11 - Lesson 11.4

Welcome back to our C Programming series on Quantumnique! In this lesson, you will learn how Union and Enum work in C ...

1:31
🔥 Union and Enum in C Programming | Union vs Structure Explained | Module 11 - Lesson 11.4

4 views

4mo ago

C_Sharp_Tutorial
enum in C# | Explained with Real-World Examples

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# ...

3:51
enum in C# | Explained with Real-World Examples

10 views

8mo ago