Structures, Unions, Enums - Programming

Q1:

Is there easy way to print enumeration values symbolically?

A Yes

B No

ANS:B - No

You can write a function of your own to map an enumeration constant to a string.