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

Why is malloc used?

Answer Posted / saipriya

To allocate the memory

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1480


What is a global variable in c?

1067


What are multibyte characters?

1180


What is unsigned int in c?

1048


What is a dynamic array in c?

1214


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

1385


Can the curly brackets { } be used to enclose a single line of code?

1215


What is optimization in c?

1067


What is header file in c?

1107


Write a program of prime number using recursion.

1126


What is the maximum length of an identifier?

1231


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1212


how to write a c program to print list of fruits in alpabetical order?

2354


Is a pointer a kind of array?

1242


How to draw the flowchart for structure programs?

9386