Answer Posted / glibwaresoftsolutions
• 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 difference between global variables and local variable
What is the use of bit fields in structure declaration?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is the difference between multiple and multilevel inheritance in c++?
Write is a binary search tree? Write an algo and tell complexity?
Program to check whether a word is a sub-string or not of a string typed
How to declaring variables in c++?
What is difference between c++ and c ++ 14?
When should we use container classes instead of arrays?
Why struct is used in c++?
Why do we use structure in c++?
What is the best way to declare and define global variables?
What are containers in c++?
Comment on assignment operator in c++.
Explain explicit container.