Answer Posted / nashiinformaticssolutions
A smart pointer is a C++ class that manages the lifetime of a dynamically allocated object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you call C functions from C++ and vice versa?
What are the 4 types of library?
Is linux written in c or c++?
Differentiate between late binding and early binding.
What is a static member?
Will a catch statement catch a derived exception if it is looking for the base class?
What is time_t c++?
Write a struct time where integer m, h, s are its members?
What is purpose of abstract class?
Explain the register storage classes in c++.
What is a local variable?
What is the purpose of ios::basefield in the following statement?
What is the difference between a reference and a pointer?
What are the various compound assignment operators in c++?
What operators can you overload in c++?