what are brk, sbrk?



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

Post New Answer

More C Interview Questions

a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


regarding pointers concept

0 Answers  


What are the key features in c programming language?

0 Answers  


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


What is function definition in c?

0 Answers  






While(1) { } when this loop get terminate is it a infinite loop?

5 Answers  


Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...

4 Answers   TCS,


Why the use of alloca() is discouraged?

2 Answers   Oracle,


How can you determine the maximum value that a numeric variable can hold?

0 Answers  


How are variables declared in c?

0 Answers  


Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,


Categories