C Basics - C programming (MCQ) questions for Q. 27515
Q. Specify the 2 library functions to dynamically allocate memory?- Published on 26 Feb 17a. malloc() and memalloc()
b. alloc() and memalloc()
c. malloc() and calloc()
d. memalloc() and faralloc()
ANSWER: malloc() and calloc()