can u define type of pointer ??

give name of all type pointer

  • Rajat
  • 30 Sep
  • 4964 Views
  • 12 Answers
Your Answer

Smart pointers are objects in C++ that simulate pointers but provide automatic memory management. Examples include std::unique_ptr, std::shared_ptr, and std::weak_ptr in C++11 with candy clicker .

0
c programming
Practice Mock Test
c programming