Home
C / ANSI-C
assert.h
Console
ctype.h
Data Structure Algorithm
Data Type
Development
File
Function
Language Basics
Macro Preprocessor
Math
math.h
Memory
Pointer
setjmp.h
signal.h
Small Application
stdio.h
stdlib.h
String
string.h
Structure
time.h
wctype.h
Enum « Data Type « C / ANSI-C
C / ANSI-C
Data Type
Enum
1.
Map enum to char and output with for loop
2.
Map enum to char array
3.
Define and use enum
4.
Reference enum value by int
5.
Map enum to string array