What is ' enum ' in C language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is ' enum ' in C language?

30th May 2019, 1:59 PM
Bala Kumaran
Bala Kumaran - avatar
3 Answers
+ 7
Enumeration (or enum) is a user defined data type in C. It is mainly used to assign names to integral constants, the names make a program easy to read and maintain. More here : https://www.geeksforgeeks.org/enumeration-enum-c/ Thanks
30th May 2019, 2:03 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 4
Always ready to help😊😊👍👍
30th May 2019, 3:25 PM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 1
got it Prince PS .... well said... thanks a lot...
30th May 2019, 2:12 PM
Bala Kumaran
Bala Kumaran - avatar