Home / CSE MCQs / C-MCQs :: Discussion

Discussion :: C-MCQs

  1. On freeing a dynamic memory, if the pointer value is not modified, then the pointer points to?
  2. A.
    NULL
    B.
    Other dynamically allocated memory
    C.
    The same deallocated memory location
    D.
    It points back to location it was initialized with

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    None.


Be The First To Comment