+ 2
What is ' enum ' in C language?
3 ответов
+ 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
+ 4
Always ready to help😊😊👍👍
+ 1
got it Prince PS ....
well said...
thanks a lot...