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

Discussion :: Structures, Unions, Enums

  1. Which of the following statement is True?

  2. A.
    User has to explicitly define the numeric value of enumerations
    B.
    User has a control over the size of enumeration variables.
    C.
    Enumeration can have an effect local to the block, if desired
    D.
    Enumerations have a global effect throughout the file.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment