Summary
Keywords
Full Transcript
Enumerations(enums) in C | C Programming for Beginners In this video, we will learn about enums in C Programming. We will learn to create variables of enum types and use them in the programs. We will also learn about enum constants that are internally represented as fixed integer values known as integral constants. We will try out many examples so watch this video to have a clear understanding of enums. Sign Up to get 50% off with this link: https://app.programiz.pro/signup?utm_source=social&utm_medium=youtube This video is a part of our C Programming video series: https://www.youtube.com/watch?v=KnvbUiSxvbM&list=PL98qAXLA6aftD9ZlnjpLhdQAOFI8xIB6e ~ Resources: C Online Compiler: https://www.programiz.com/c-programming/online-compiler/ Github File: https://github.com/programiz/c-youtube/blob/master/27.%20C%20enum.md C (title) Tutorial (text-based tutorial): C enum (Enumeration) (programiz.com) Timestamps: 00:16 - Enumeration in C 01:36 - Integral Constant 03:44 - Change value of Integral Constants 07:08 - Programming Task 07:47 - Quiz ~ Revise your learning using our C App Download here for Android: https://bit.ly/3upaInx Download here for iOS: https://apple.co/3EZLtNq Find Programiz elsewhere: Programiz PRO: https://programiz.pro/ Website: https://www.programiz.com Discord: https://discord.com/invite/programiz Facebook: https://www.facebook.com/programiz Instagram: https://www.instagram.com/_programiz/ LinkedIn: https://www.linkedin.com/company/programiz Twitter: https://twitter.com/programiz #programiz #cprogramming #enumerations #enum #integralconstant #learnprogramming
