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 explanation for modular programming?

691


why wipro wase

1840


What do you mean by a sequential access file?

633


Explain what is the concatenation operator?

634


i got 75% in all semester am i eligible for your company

1745






Are bit fields portable?

682


Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

1604


Why do we need functions in c?

567


In a switch statement, explain what will happen if a break statement is omitted?

641


Differentiate between a structure and a union.

773


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

1637


Explain the advantages of using macro in c language?

588


What is identifier in c?

555


Tell me when is a void pointer used?

652


What is #include cctype?

582