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

Discussion :: Constructors and Destructors

  1. To ensure that every object in the array receives a destructor call, always delete memory allocated as an array with operator __________ .

  2. A.
    destructor
    B.
    delete
    C.
    delete[]
    D.
    kill[]
    E.
    free[]

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment