Enumerations in C
HTML-код
- Опубликовано: 9 фев 2025
- C Programming: Enumerations (enum) in C Programming.
Topics discussed:
1) The definition of Enumeration in C language.
2) The need for Enumeration.
3) Some important facts about Enumeration in C language.
C Programming Lectures: goo.gl/7Eh2SS
Follow Neso Academy on Instagram: @nesoacademy(bit.ly/2XP63OE)
Follow me on Instagram: @jaspreetedu(bit.ly/2YX26E5)
Contribute: www.nesoacademy...
Memberships: bit.ly/2U7YSPI
Books: www.nesoacademy...
Website ► www.nesoacademy...
Forum ► forum.nesoacade...
Facebook ► goo.gl/Nt0PmB
Twitter ► / nesoacademy
Music:
Axol x Alex Skrindo - You [NCS Release]
#CProgrammingByNeso #CProgramming #EnumerationsInC
never seen such a perfect explanation
There are plenty of videos on C but your way of presenting the topics is very simple and covers almost everything.
Good Job :)
Believe or not Neso academy is a life saver 😎
Sir u have no idea .. hw gud u are at teaching... i don't know how i just came across ur videos... thank u so so much...
neso academy one of the best.whenever i search something that's poorly explained in internet.u guys always surprises me.
Your explanation is Marvellous sir.... It's a part of of luck to catch this type of channel
Every time I learn something new and then see that there is a compiler warning for improper use of such item I am always blown away at how much work it must have been to write all the tests and functions for these languages!
This channel is so straight forward and make me understand so easily.
Best C tutorials with good knowledge and presentation.
It solves my all small but very very important doubt.
Thanks
I have not seen before this type of explanation thanks, sir.
idk how to thank you enough in this life starting from 1st sem of engg till now gate preparation after grad...you're vdos have always been constant. THANK YOU SO MUCH ❤
Great explaination
I am commenting after the explanation of first line. Just from 1 line explaination I knew the explanation will be great.
1 line explaination was equivalent to paragraph of definition.
Loved it❣️
Sir, we will give the GATE exam in the next year so, please make videos on the data structure as early as possible. It's a humble request.
neso acadamy also have the notes of the c file plese share these notes this channel is awesome
Just started watching some of your videos..Really Awesome!
Please make a lecture on dynamic memory allocation and data structures.
Thankyou much sir for such a wonderful explanation.My doubts are cleared.
Short and crisp but wholesome✨
I'm watching this video before 2 hours of my exam😂... Nice video sir😌
I am also watching this video before 2 hrs of my exam
Thank you bro
I saw so many videos but your was the best
clear explanation sir, thank you
It's amazing slides and I also understand thank you so much for providing me superb video
Thanks 👍 it is very easy to understand
Best ever !!
That's a perfect explaination❤️👍👍
Thank you so much sir amazing video
Thanks very much I got clarity on structure and Union
Ever consider changing your name to Lifesaver academy?
Very nice and useful video
Such an amazing explanation 👏
Thank u very much sir😊
I was waiting for enum...tnx
thanks a lot dude :D my doubts are clear now!
Very good information
Good explanation sir
thank you sir ur a lifesaver!!!
Extraordinary explanation 😍
these are very helpful, Thank you so much!!
Nice explanation
Awesome 👍😊.Create more programming language videos to see
Thank you kind Sir.
perfect explanation
what an impeccable video
#keep helping u r #Great
thanks a lot
seriously this presentation is great and also awesome sir 😘😘😘😙
Please make a video on "difference between memcpy and memmove" with example.
Great explanation
I like how you repeated every sentence between 2-7 times!
Great video, However I think you where try integer not integral in your explanation
2:35, You said enums can be declared in the local scope, but can't we play with #undef to simulate that? What was the need to create an entire keyword
Very thank you sir
Gave it a like at 0:01
We can use #define in local scope also
In #fact 3 what if we put %f instead of %d? will it again show that error?
you make eassy concept complecated.
Finally Ezz explanation
thank you
What's the difference between enum and constant are they not the same?
plz... make an vedio on linked list as will as possible bro...
Thank you sir
I like your accent
What is the point of having variables of type Enum?
enum Numbers {
A,
B,
C
};
int main() {
enum Numbers variable; // What is the point of having this variable???
return 0;
}
to restrict the constraint of variable ie without enum your variable "Numbers" can be any thing
Sir but Enum we can declared in global scope also not only local scope.
Sir is it correct or not?
Right.
what is integral constant?
Is this a complete course?
Can we define any functions of enum type?
what are anonymous enums though sir?
❤❤😊
tyy
where is PDF of this presentation ?
what is the size of enum is 4 how?
I wanna nested structure video if it's possible so please send me link
can we re initialize the values of enum?
Yes u can but at the time of assignment you have to cast it to "Bool" or whatever name of your enum type.
Right?
👍
what are the #integral #constant please anwer abybody
Because enums declare constants, not variables
"integral" means that it must be an integer(-3 or -1 or 0 or 2 or 4 etc). Basically, it cannot be a decimal. And constant means you can't change it. Once you declare the value of the enum constant, you can't reassign another value to it.
Please stop repeating yourself 3 times. "Enum is used to assign names. Again assigning names, What are we doing? assigning names."
Bro you are smart enough to understood at first but not everyone understands at their first go.
Awesome explanation
Thanks very much I got clarity on structure and Union
Very nice explanation
THANK YOU