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
Is c++ vector a linked list?
How do I tokenize a string in c++?
Is c++ a high level language?
What is c++ hash?
Is vector a class in c++?
Describe linked list using C++ with an example.
Explain the uses of static class data?
What is void pointer in c++ with example?
Difference between declaration and definition of a variable.
Can non graphic characters be used and processed in C++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is pointer with example?
What does n mean in c++?
What is a constructor in c++ with example?
Why was c++ made?