What is Heap?

Answers were Sorted based on User's Feedback



What is Heap?..

Answer / 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

What is Heap?..

Answer / harshal

Heap is for being free memory.

Is This Answer Correct ?    2 Yes 1 No

What is Heap?..

Answer / nisha nair

A data structure called heap is a binary tree with keys
assigned to its nodes provided it satisfies two
requirements:

1. Tree shape requirement.
2. Parental domainance requirement.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Interview Questions

Explain what’s a signal? Explain what do I use signals for?

0 Answers  


What is the use of clrscr?

0 Answers  


what is a function prototype?

1 Answers  


What is the difference between mpi and openmp?

0 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,






what is pointer ? what is the use of pointer?

6 Answers   Infosys,


C program to perform stack operation using singly linked list

3 Answers  


what is pointer ?

10 Answers   Kernex Micro Systems,


Explain about block scope in c?

0 Answers  


WHAT IS PRE POSSESSORS?

6 Answers   TATA,


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


Categories