Top

Discussion

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()

Answer: C

2 library functions to dynamically allocate memory is malloc() and calloc().

No comment is present. Be the first to comment.
Loading…

Post your comment