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 the size of enum in c?
Explain what is the heap?
#include
How can I automatically locate a programs configuration files in the same directory as the executable?
Why array is used in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Differentiate between the = symbol and == symbol?
Why is c still so popular?
What is a sequential access file?
How can I find the modification date and time of a file?
What is string function in c?
What is mean by data types in c?
What is header file in c?
How does free() know explain how much memory to release?
What is difference between && and & in c?