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 |
What is bubble sort technique in c?
Explain the difference between struct and union.
How many types of operators are there in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
how can we Declare a variable in c without defining it.
What is the purpose of main() function?
What is a pointer and how it is initialized?
Is fortran still used in 2018?
write a addition of two no. program with out using printf,scanf,puts .
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
How to get string length of given string in c?