Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


What is the use of in c?

0 Answers  


write a program to print calender using for loop.

1 Answers   HCL, TCS,


In C, What is the #line used for?

2 Answers  


Explain how can I convert a string to a number?

0 Answers  


Hai why 'c' is the middle language

4 Answers  


write a program that print itself even if the source file is deleted?

2 Answers  


Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


How can this be legal c?

0 Answers  


what is the difference b/w NULL and null?

3 Answers   HSBC, IBM,


What is the difference between malloc() and calloc() function in c language?

0 Answers  


write a program wch produces its own source code aas its output?

1 Answers   IonIdea,


Categories