Specify the 2 library functions to dynamically allocate memory?
Answer: C
2 library functions to dynamically allocate memory is malloc() and calloc().