Answer Posted / nashiinformaticssolutions
Because C++ enables dynamic memory, the user must manually manage memory instead of relying on a garbage collector function to do it. The "new" and "delete" operators are used to dynamically allocate and deallocate memory, respectively.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between using macro and inline functions?
What is the use of namespace std in C++?
Does c++ have arraylist?
What does ios :: app do in c++?
What operator is used to access a struct through a pointer a) >> b) -> c) *
What is class syntax c++?
What is polymorphism & list its types in c++?
What is null and void pointer?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is c++ hiding?
When can I use a forward declaration?
How can we access protected and private members of a class?
what is c++
Write a C++ Program to check whether a number is prime number or not?
What is the best free c++ compiler for windows?