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
What is an operator in c++?
What are the advantages of using const reference arguments in a function?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is the use of 'using' declaration in c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What are the various storage classes in C++?
What is an accessor in c++?
Declare a class vehicle and make it an abstract data type.
How java is different from c and c++?
What is code reusability in c++?
What is c++ used for in games?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
what are the decision making statements in C++? Explain if statement with an example?
Which software is used for c++ programming?