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 are the various memory handling mechanisms in C ?

Answer Posted / henry

malloc(), calloc(), ralloc() are all for allocating memory.
free() is for freeing memory.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is union in c?

1164


Where define directive used?

1146


Can you return null in c?

1229


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1926


what will be maximum number of comparisons when number of elements are given?

1952


Explain the advantages and disadvantages of macros.

1140


What are the 4 types of unions?

1089


Should a function contain a return statement if it does not return a value?

1136


Which is better pointer or array?

1069


What happens if header file is included twice?

1211


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1157


How do you determine whether to use a stream function or a low-level function?

1191


How can I open files mentioned on the command line, and parse option flags?

1104


What is #include cctype?

1177


What are the characteristics of arrays in c?

1103