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
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is malloc in c++?
What is class definition in c++ ?
How to declare an array of pointers to integer?
What is a container class?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
How the programmer of a class should decide whether to declare member function or a friend function?
What is & in c++ function?
How do I run a program in notepad ++?
What is a sequence in c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Explain virtual class and friend class.
What is scope operator in c++?
What is the use of map in c++?
Explain Memory Allocation in C/C++ ?