C Programming - Memory Allocation - Discussion

Discussion Forum : Memory Allocation - True / False Questions (Q.No. 2)
2.
malloc() allocates memory from the heap and not from the stack.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
14 comments Page 2 of 2.

Mahesh karle said:   1 decade ago
malloc and calloc are always allocates memory in heap.

Dev. said:   1 decade ago
malloc and calloc allocates memory in heap.

Ziddi said:   9 years ago
Thank you @Hitesh.

Ranjith said:   1 decade ago
What is argument?


Post your comments here:

Your comments will be displayed after verification.