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

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

1130


a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above

1070


Are the outer parentheses in return statements really optional?

1050


What is void main () in c?

1151


formula to convert 2500mmh2o into m3/hr

941


Is javascript based on c?

998


What is the benefit of using an enum rather than a #define constant?

1172


Can we access the array using a pointer in c language?

995


Which is more efficient, a switch statement or an if else chain?

969


How do I round numbers?

958


Is there a way to compare two structure variables?

1058


find the sum of two matrices and WAP for it.

1068


what is the structure pointer?

2081


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1091


What is pointer and structure in c?

1073