Answer Posted / nashiinformaticssolutions
• Smart pointers like std::unique_ptr, std::shared_ptr, and std::weak_ptr manage dynamic memory automatically, preventing memory leaks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the main function c++?
What is the use of cmath in c++?
What is encapsulation in c++ with example?
How many types of scopes are there in c++?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Write about the stack unwinding?
Is map thread safe c++?
How a new operator differs from the operator new?
What is c++ coding?
What is the benefit of c++?
What are iterators in c++?
What do you mean by funtion prototype?
what is the difference between overloading & overriding? give example.
What is this pointer in c++?
Is it possible for a member function to use delete this?