what do you mean by memory management operators

Answer Posted / jayaseelan

it is a storage device is caled memory.maintain memory is
memory management

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Should a constructor be public or private?

533


What is heap sort in c++?

591


Do you know what is overriding?

615


Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].

951


Is c++ a programming language?

590






What is an undefined reference/unresolved external symbol error and how do I fix it?

593


What are smart pointers?

666


How do you invoke a base member function from a derived class in which you’ve overridden that function?

580


What is one dimensional array in c++?

573


What are proxy objects in c++?

636


Write a program to interchange 2 variables without using the third one.

578


What methods can be overridden in java?

665


In a function declaration, what does extern mean?

634


What language is a dll written in?

540


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

331