Answer Posted / guest
These are the system calles used to allocate the memory.
brk will call internally when u call malloc func.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is multidimensional arrays
please give me some tips for the placement in the TCS.
What is #include conio h?
When should a type cast be used?
Explain data types & how many data types supported by c?
Difference between Function to pointer and pointer to function
What is void pointers in c?
What is 02d in c?
write a program for the normal snake games find in most of the mobiles.
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What does. int *x[](); means ?
What is identifiers in c with examples?
What is stack in c?
Explain the difference between structs and unions in c?
Explain indirection?