What is the difference between stack and heap memory?
Answer / 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 |
Where and why do I have to put the "template" and "typename" keywords?
How do you flush std cout?
How did c++ start?
What is object in c++ example?
Explain polymorphism?
Where must the declaration of a friend function appear?
What is abstract keyword in c++?
Is c++ map a hash table?
What is vector pair in c++?
What is #include c++?
What are c++ files?
Can we use clrscr in c++?