Memory Allocation - Programming

Q1:

Specify the 2 library functions to dynamically allocate memory?

A malloc() and memalloc()

B alloc() and memalloc()

C malloc() and calloc()

D memalloc() and faralloc()

ANS:C - malloc() and calloc()

No answer description is available. Let's discuss.