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 c++ code?
What are static and dynamic type checking?
What are namespaces in c++?
What is the use of volatile keyword in c++? Give an example.
How compile and run c++ program in turbo c++?
What is flush c++?
Explain the volatile and mutable keywords.
What is fixed in c++?
What compiler was used?
what is multi-threading in C++?
What is a smart pointer?
How do you find out if a linked-list has an end?