Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. Consider the following features of 'structures' in C?

    1. The values of a structure variable can be assigned to another structure variable of the same type using the assignment operator.
    2. One structure can be nested within another structure.
    3. A variable structure can also be passed to a function.
    Which of the above are correct?

  2. A.
    All
    B.
    1 and 2 only
    C.
    1 and 3 only
    D.
    2 and 3 only

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    All are correct.


Be The First To Comment