Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

C++ Institute Exam CPA-21-02 Topic 5 Question 33 Discussion

Actual exam question for C++ Institute's CPA-21-02 exam
Question #: 33
Topic #: 5
[All CPA-21-02 Questions]

Which line of code inserted instead of the comment will make the following code run properly without causing memory leaks?

Show Suggested Answer Hide Answer
Suggested Answer: D

Contribute your Thoughts:

Francine
2 months ago
I'll have to go with Option D. It's the only one that seems to properly release the memory without any shenanigans.
upvoted 0 times
Arleen
20 days ago
I agree, Option D is the correct choice. It releases the memory properly.
upvoted 0 times
...
Lelia
23 days ago
Option D is the way to go. It deletes the pointer and avoids any memory leaks.
upvoted 0 times
...
...
Cristal
2 months ago
Haha, Option A is just... delete this? I don't think that's how you fix memory leaks, my friend.
upvoted 0 times
...
Enola
2 months ago
I'm not sure, but I think option C is also a possibility. It deletes the pointer twice.
upvoted 0 times
...
Frederica
2 months ago
I agree with Salina, option D makes sense to prevent memory leaks.
upvoted 0 times
...
Cory
2 months ago
B? No additional code needed? Seriously? That's like saying 'just ignore the memory leak and hope for the best'.
upvoted 0 times
Gladys
1 months ago
C) ~Base() { delete ptr; delete ptr; }
upvoted 0 times
...
Mari
1 months ago
A) ~Base() { delete this; }
upvoted 0 times
...
...
Meghann
2 months ago
I think Option C is a trap. Deleting the same pointer twice is definitely going to cause a memory leak.
upvoted 0 times
Corinne
29 days ago
User1: Option D seems like the safest choice to avoid memory leaks.
upvoted 0 times
...
Augustine
1 months ago
User2: So, what do you think is the correct option then?
upvoted 0 times
...
Val
1 months ago
User1: I agree, deleting the same pointer twice is a bad idea.
upvoted 0 times
...
...
Jenelle
2 months ago
Option D looks good to me. We only need to call 'delete ptr;' once to release the memory.
upvoted 0 times
Jess
25 days ago
User4: Option D is the way to go to avoid memory leaks.
upvoted 0 times
...
Lawana
26 days ago
User3: Yeah, calling delete ptr twice would cause issues.
upvoted 0 times
...
Sabine
29 days ago
User2: Agreed, we just need to delete ptr once.
upvoted 0 times
...
Chantell
30 days ago
User1: I think option D is the correct one.
upvoted 0 times
...
...
Salina
2 months ago
I think the correct answer is D) ~Base() { delete ptr; }
upvoted 0 times
...

Save Cancel