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?

  1. unique_ptr
  2. shared_ptr
  3. week_ptr
  4. far_ptr

Answer: D) far_ptr

Explanation:

The "far_ptr" is not the correct type of smart pointer in C++.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.