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


Please Help Members By Posting Answers For Below Questions

How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4906


What is modifier & how many types of modifiers available in c?

612


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

914


What are external variables in c?

548


What is an array? What the different types of arrays in c?

661






What is the difference between test design and test case design?

1571


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

660


please explain every phase in the "SDLC" in the dotnet.

2180


Implement bit Array in C.

678


How does free() know explain how much memory to release?

621


Are negative numbers true in c?

600


What are global variables and explain how do you declare them?

581


What does c value mean?

629


What is restrict keyword in c?

645


What does nil mean in c?

673