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 THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?

Answer Posted / priya

malloc() allocates bytes of memory for a single block
whereas calloc() allocates blocks of memory for multiple
blocks

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 2c dna?

1127


What is the modulus operator?

1258


Is printf a keyword?

1259


What is the right way to use errno?

1115


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

1142


Explain 'bit masking'?

1135


What will be the outcome of the following conditional statement if the value of variable s is 10?

1370


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1223


write a progrmm in c language take user interface generate table using for loop?

2101


Why are all header files not declared in every c program?

1148


What is define c?

1154


What is meant by recursion?

1100


Is it cc or c in a letter?

1077


How do you print an address?

1323


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1443