What is ' enum ' in C language? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

What is ' enum ' in C language?

30th May 2019, 1:59 PM
Bala Kumaran
Bala Kumaran - avatar
3 Respostas
+ 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