C Programming - Memory Allocation - Discussion

Discussion Forum : Memory Allocation - General Questions (Q.No. 2)
2.
What function should be used to free the memory allocated by calloc() ?
dealloc();
malloc(variable_name, 0)
free();
memalloc(variable_name, 0)
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
22 comments Page 3 of 3.

N.Gayathridevi said:   1 decade ago
Explain malloc and calloc with example?
(2)

Geetha said:   1 decade ago
What is the purpose of malloc?
(2)


Post your comments here:

Your comments will be displayed after verification.