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?

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

Explain the red-black trees?

1197


What is unsigned int in c?

1052


code for replace tabs with equivalent number of blanks

2211


What are the usage of pointer in c?

1242


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1687


Dont ansi function prototypes render lint obsolete?

1195


What is modifier & how many types of modifiers available in c?

1072


Differentiate between Macro and ordinary definition.

1463


What is scope rule in c?

1122


Write a program to print fibonacci series without using recursion?

1217


Explain what is operator promotion?

1147


What is the advantage of c?

1203


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

1325


What is the difference between text and binary modes?

1239


How many types of operator or there in c?

1137