Home »
MCQs »
C++ MCQs
Which of the following is not the correct type of smart pointer?
149. Which of the following is not the correct type of smart pointer?
- unique_ptr
- shared_ptr
- week_ptr
- far_ptr
Answer: D) far_ptr
Explanation:
The "far_ptr" is not the correct type of smart pointer in C++.