What is Heap?

Answer Posted / anurag

Heap is portion of memory which is allocated with program
address space when the program require memory at run time,
the memory from heap is allocated.apart from this all global
variables are also allocated their space from heap.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

684


What are c preprocessors?

672


Why doesn't C support function overloading?

1611


How can I read and write comma-delimited text?

616


What is the use of function in c?

709






Explain what math functions are available for integers? For floating point?

608


Is that possible to store 32768 in an int data type variable?

687


praagnovation

1774


What is pointers in c with example?

576


What is malloc and calloc?

571


Explain how can I avoid the abort, retry, fail messages?

587


What are the different types of constants?

638


How can I implement sets or arrays of bits?

601


What is wrong in this statement?

601


how to execute a program using if else condition and the output should enter number and the number is odd only...

1652