C Programming - Memory Allocation - Discussion

Discussion Forum : Memory Allocation - General Questions (Q.No. 4)
4.
Specify the 2 library functions to dynamically allocate memory?
malloc() and memalloc()
alloc() and memalloc()
malloc() and calloc()
memalloc() and faralloc()
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
20 comments Page 2 of 2.

Mimi said:   1 decade ago
What is the differences between malloc and calloc?

Asmita said:   1 decade ago
What is alloc() , memalloc() and faralloc() ?

Jaffa said:   9 years ago
What is a program? why we want to use that?
(1)

Thangaraj said:   1 decade ago
What is mean by memalloc() and faralloc()?

Tulasi said:   1 decade ago
wat is ment by faralloc where it is used?

Suvathi said:   1 decade ago
What is a malloc, memalloc and alloc ?

Nithya said:   1 decade ago
To allocate memory with garbage value.
(1)

Siva said:   1 decade ago
Is any dealloc function in C?

Vishak said:   1 decade ago
calloc expansion?

Swati said:   1 decade ago
What is memalloc?
(1)


Post your comments here:

Your comments will be displayed after verification.