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 / naresh guguloth(iiit,basar)b09

malloc():-
-------
It is used to allocate memory for one variable only.
int*hi=(int*)malloc(sizeof(int));
calloc():-
It is used to allocate memory for any array.
int*bye=(int*)calloc(sizeof(int),10)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

difference between object file and executable file

6641


What are the functions to open and close the file in c language?

986


about c language

1961


Who is the main contributor in designing the c language after dennis ritchie?

953


How old is c programming language?

965


What is the explanation for modular programming?

1148


Write a program to check prime number in c programming?

1029


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1986


What is the sizeof () a pointer?

925


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

2136


Do you know null pointer?

975


Can you define which header file to include at compile time?

982


With the help of using classes, write a program to add two numbers.

983


What is operator precedence?

1150


What is the function of this pointer?

1219