what are brk, sbrk?
Answer / 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 |
Write a code to remove duplicates in a string.
What is the correct code to have following output in c using nested for loop?
Can I pass constant values to functions which accept structure arguments?
What is exit() function?
How can I allocate arrays or structures bigger than 64K?
Explain the properties of union.
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
What is the difference between static and global variables?
What do you mean by invalid pointer arithmetic?
How to set file pointer to beginning c?
Explain the difference between struct and union.
What are the main characteristics of c language describe the structure of ac program?