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 ctime c++?
Why is standard template library used?
Define a pointer to a data member of the type pointer to pointer?
Why is the function main() special?
What is a v-table?
What is boyce codd normal form in c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is the history of c++?
What are the extraction and insertion operators in c++?
how to connect with oracle 9i with server in socket program in c/c++
How do you clear a map in c++?
What is input operator in c++?
What do you mean by early binding?
Which is not a valid keyword a) public b) protected c) guarded