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

Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

2 Answers   Drona Solutions, Infosys, Vodafone, Webyog,


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


How to set a variable in the environment list?

1 Answers  


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


show how link list can be used to repersent the following polynomial i) 5x+2

0 Answers   CBSE,






Is c is a high level language?

0 Answers  


What do you mean by Recursion Function?

0 Answers   Hexaware,


How to add two numbers without using semicolon n c????

3 Answers  


Give me basis knowledge of c , c++...

5 Answers  


Write a program that his output * *** *****

1 Answers  


What are integer variable, floating-point variable and character variable?

0 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


Categories