Answer Posted / nashiinformaticssolutions
C++ uses manual memory management with new and delete and also provides smart pointers like std::unique_ptr and std::shared_ptr.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What is code reusability in c++?
How to declare a function pointer?
Why is "using namespace std;" considered bad practice?
What are built-in functions? What is the syntax for the definition?
What are c++ data types?
What is a hashmap c++?
Describe private, protected and public?
Explain data encapsulation?
What is null pointer and void pointer and what is their use?
What is the meaning of c++?
What language does google use?
What is function declaration in c++ with example?
Define copy constructor.
What is exception handling? Does c++ support exception handling?