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 |
What is buffer and example?
What are the different types of Storage classes?
What is the use of structure in c++?
Explain the isa and hasa class relationships.
Check for Balanced Parentheses using Stack?
How would you find out if a linked-list is a cycle or not?
Which one is better- macro or function?
I need to find a specific string between two strings how do I do it?
What is the c++ code?
What is the latest c++ standard?
What is ostream in c++?
Why was c++ made?