C Programming - Memory Allocation - Discussion

Discussion Forum : Memory Allocation - General Questions (Q.No. 1)
1.
Which header file should be included to use functions like malloc() and calloc()?
memory.h
stdlib.h
string.h
dos.h
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
37 comments Page 4 of 4.

Arathy s v said:   10 years ago
How malloc and calloc stored in heap section?

Latha said:   1 decade ago
Give difference of malloc & calloc ?

Kumar mani said:   1 decade ago
calloc() is better than malloc().

Gudevenkatrao said:   1 decade ago
What is the syntax of malloc() ?

Wahid sayed said:   1 decade ago
Then when do we use memory.h ?

Ravi said:   1 decade ago
What is a header file?

Vinutha said:   1 decade ago
What is free ();?


Post your comments here:

Your comments will be displayed after verification.