What is the difference between stack and heap memory?
Answer Posted / nashiinformaticssolutions
o Stack: Memory is allocated and deallocated automatically.
o Heap: Memory is allocated dynamically using new or malloc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How should runtime errors be handled in c++?
Explain rtti.
what is COPY CONSTRUCTOR and what is it used for?
What is the operator in c++?
What is the limitation of cin while taking input for character array?
What is the main purpose of overloading operators?
Does dev c++ support c++ 11?
What do you mean by function pointer?
What is recursion?
What is the use of c++ programming language in real life?
What is ofstream c++?
If you don’t declare a return value, what type of return value is assumed?
How can you create a virtual copy constructor?
What is namespace std; and what is consists of?
Is c++ free?