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?



where does malloc() function get the memory?..

Answer / saravanan

From the heap memory of the process

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More C Interview Questions

Place the #include statement must be written in the program?

0 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


What is the explanation for prototype function in c?

0 Answers  


Explain how do you print an address?

0 Answers  


how to find greatet of 10 numbers without using array?

4 Answers  


what is the value of b if a=5; b=++a + ++a

31 Answers   Infosys, TCS, Tech Mahindra,


Where local variables are stored in c?

0 Answers  


Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.

1 Answers   College School Exams Tests, Wipro,


writw a program to insert an element in the begning of a doubly linked list

1 Answers  


Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


. Explain the differences between fork() and exec() in C

2 Answers  


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


Categories