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
How did c++ start?
Is C++ case sensitive a) False b) Depends on implementation c) True
What is static class data?
What are the advantages of prototyping?
How new/delete differs from malloc()/free?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What are c++ stream classes?
Where is atoi defined?
Explain the benefits of proper inheritance.
How to demonstrate the use of a variable?
What is function prototyping?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is a multimap c++?
What are the advantages of c++?