 |
C Language - Enumerated Types - Utah :: School of Computing
Enumerated Types Enumerated Types are a special way of creating your own Type in C. The type is a "list of key words". Enumerated types are used to make a program clearer to the reader/maintainer of the program. For example, say we want to ...
www.cs.utah.edu |
 |