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

how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


What is the difference between procedural and functional programming?

0 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


How do you define a function?

0 Answers  


how to swap 4 number without using temporary number?

2 Answers  






How to set a variable in the environment list?

1 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


64/square(4)

1 Answers  


How. To pass the entrance test

1 Answers   Tech Mahindra,


What are the benefits of organizational structure?

0 Answers  


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...

3 Answers  


Categories