Answer Posted / guest
auto_ptr also takes care of auto-initializatio and
exception safety.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain object slicing in c++?
Define private, protected and public access control.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Describe the advantages of operator overloading?
Can constructor be static in c++?
What are friend functions in C++?
What information can an exception contain?
Can we define a constructor as virtual in c++?
Can we distribute function templates and class templates in object libraries?
Write about the local class and mention its use?
Explain selection sorting. Also write an example.
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is stl containers in c++?
What do you mean by early binding?
Is c++ still in demand?