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.

Discussion & Comments

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