Home / C++ Programming / Constructors and Destructors :: Discussion

Discussion :: Constructors and Destructors

  1. When are the Global objects destroyed?

  2. A.
    When the control comes out of the block in which they are being used.
    B.
    When the program terminates.
    C.
    When the control comes out of the function in which they are being used.
    D.
    As soon as local objects die.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment