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

Do you know pointer in c?

0 Answers  


Is main a keyword in c?

0 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


find out largest elemant of diagonalmatrix

0 Answers  


How to write c functions that modify head pointer of a linked list?

0 Answers  


how logic is used

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

4 Answers   OpenFeel,


How pointers are declared?

0 Answers  


What are extern variables in c?

0 Answers  


What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,


Do you know the difference between exit() and _exit() function in c?

0 Answers  


Categories