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 / venkatesh kr

In C Language we can use the malloc, calloc & ralloc for memory handling but if we use the above function we should free the memory when the memory is not required.It can be done by "free" function. And also one important point is, suppose if we allocate a memory for an structure and in the process time if the structure is not required the it should be removed by using the "free" function because the system or process will be get crashed on some situations.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a c token and types of c tokens?

1128


praagnovation

2353


Why static variable is used in c?

1088


What is cohesion and coupling in c?

1098


When c language was developed?

1107


Process by which one bit pattern in to another by bit wise operation is?

1229


How do you generate random numbers in C?

1246


Explain that why C is procedural?

1194


what is a function method?give example?

2419


Why can't I perform arithmetic on a void* pointer?

1161


List the difference between a "copy constructor" and a "assignment operator"?

1068


How many main () function we can have in a project?

1157


What does c mean in basketball?

1048


What is an array? What the different types of arrays in c?

1256


How can I convert a number to a string?

1255