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

Discussion :: Structures, Unions, Enums

  1. What is the similarity between a structure, union and enumeration?

  2. A.
    All of them let you define new values
    B.
    All of them let you define new data types
    C.
    All of them let you define new pointers
    D.
    All of them let you define new structures

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment