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

Discussion :: Structures, Unions, Enums

  1. Which of the following statements correct about the below code?
    maruti.engine.bolts=25;

  2. A.
    Structure bolts is nested within structure engine.
    B.
    Structure engine is nested within structure maruti.
    C.
    Structure maruti is nested within structure engine.
    D.
    Structure maruti is nested within structure bolts.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment