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

What is the use of c language in real life?

521


Explain Basic concepts of C language?

635


Why ca not I do something like this?

583


What does return 1 means in c?

577


What is the -> in c?

571






What is #line in c?

554


What is dynamic variable in c?

554


What are the header files used in c language?

573


Explain the array representation of a binary tree in C.

719


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1726


What is the difference between malloc calloc and realloc in c?

641


Explain what are the different file extensions involved when programming in c?

626


What is null character in c?

681


What is wild pointer in c?

596


how we can make 3d venturing graphics on outer interface

3989