Home » C Programming » Structures, Unions, Enums

Is there easy way to print enumeration values symbolically?

Correct Answer: No

Explanation:

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion