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

where does malloc() function get the memory?

Answer Posted / saravanan

From the heap memory of the process

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is merge sort in c?

1001


Write a Program to accept different goods with the number, price and date of purchase and display them

6142


What is const volatile variable in c?

978


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

1376


Explain the term printf() and scanf() used in c language?

997


can we change the default calling convention in c if yes than how.........?

2467


What is the deal on sprintf_s return value?

1065


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

2037


What do you understand by normalization of pointers?

999


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1017


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

1198


What is the difference between variable declaration and variable definition in c?

1013


Is there any possibility to create customized header file with c programming language?

1001


What are c preprocessors?

1121


Difference between strcpy() and memcpy() function?

1070