Match the following terms with the definitions given below.
a. Heap
b. Memory leak
c. Inaccessible object
d. Dangling pointer
e. Destructor
f. Dynamic data
i. The loss of available space that occurs when dynamic data is not deallocated properly
ii. The area of memory used for allocation and deallocation of dynamic data
iii. An object that has been allocated but has no pointer pointing to it
iv. Variables created with the new operation
v. A pointer that points to a deallocated object
vi. A member function invoked when an object goes out of scope
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.