

InterviewSolution
Saved Bookmarks
1. |
Is there easy way to print enumeration values symbolically? |
Answer» You can write a function of your own to map an enumeration constant to a string. | |