what do you mean by memory management operators
Answer Posted / snigdhadeb
Memory management operators are "new" and "delete".
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are structs in c++?
Why is main function important?
What is a pointer how and when is it used?
What is the size of a vector?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What are the uses of typedef in a program?
What is a storage class used in c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What does catch(…) mean?
What are the classes in c++?
What is constructor in C++?
Define a constructor - what it is and how it might be called (2 methods)?
What are inline functions? What is the syntax for defining an inline function?
Implement stack operations with pointers with appropriate exception checks.
Is there a c++ certification?