Home » C++ Programming » Questions and Answers » Question
  1. When do we call that resource is leaked?
    1. Arise of runtime error
    2. Arise of compile time error
    3. It cannot be accessed by any standard mean
    4. All of above
    5. None of these
Correct Option: C

Resource is said to be leaked when it cannot be accessed by any means of standard mean.



Your comments will be displayed only after manual approval.