OOPs Concepts
Programming and Technical
Logical Reasoning
Blood Relations
This operator is used to allocate memory
-new
-delete
-static
-real
Read Solution (Total 7)
-
- 'new' operator is used to allocate memory and to free allocated memory by using 'delete' in C++.
malloc, calloc and realloc are memory management operators and to free the memory by using 'free' operator in C. - 10 years agoHelpfull: Yes(2) No(0)
- new operator
- 11 years agoHelpfull: Yes(0) No(0)
- new operator
- 10 years agoHelpfull: Yes(0) No(0)
- new operator is used to allocate memory
- 10 years agoHelpfull: Yes(0) No(0)
- 1.new operator is used to allocate memory.
2.it allocates memory when an object is created. - 10 years agoHelpfull: Yes(0) No(0)
- new operator
- 10 years agoHelpfull: Yes(0) No(0)
- new operator is used for allocation of memory
- 10 years agoHelpfull: Yes(0) No(0)
OOPs Concepts Other Question