Home / C Programming / Structures, Unions, Enums :: Discussion

Discussion :: Structures, Unions, Enums

  1. Is there easy way to print enumeration values symbolically?

  2. A.
    Yes
    B.
    No

    View Answer

    Workspace

    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