Discussion :: Structures, Unions, Enums
-
Is there easy way to print enumeration values symbolically?
Answer : Option B
Explanation :
You can write a function of your own to map an enumeration constant to a string.
Be The First To Comment