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...

How does free() know how many bytes to free?

Answer Posted / rpjanaka

Then, is there a way to get out the number of bytes that
heap manager going to free, when I call free() function.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain Function Pointer?

1147


What is the best way to comment out a section of code that contains comments?

1327


How many header files are in c?

1017


the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....

23716


What are the different types of objects used in c?

1016


Write a program to swap two numbers without using third variable in c?

1116


What does typeof return in c?

1075


What is the difference between text and binary modes?

1173


What is typedf?

1113


Explain how do you print only part of a string?

1198


What is file in c language?

990


Write a program to print "hello world" without using a semicolon?

1048


Write a simple code fragment that will check if a number is positive or negative.

1138


largest Of three Number using without if condition?

1579


Explain what is the benefit of using enum to declare a constant?

1062