what are the various memory handling mechanisms in C ?
Answer Posted / henry
malloc(), calloc(), ralloc() are all for allocating memory.
free() is for freeing memory.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is meant by errors and debugging?
Why ca not I do something like this?
ATM machine and railway reservation class/object diagram
Is a pointer a kind of array?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
How to Throw some light on the splay trees?
Explain how can I make sure that my program is the only one accessing a file?
Create a simple code fragment that will swap the values of two variables num1 and num2.
Difference between malloc() and calloc() function?
Is there any demerits of using pointer?
Explain continue keyword in c
Is c is a procedural language?
What are the different types of endless loops?
Do you have any idea about the use of "auto" keyword?