Top

Discussion

Which of the following is/are true

  • A.calloc() allocates the memory and also initializes the allocates memory to zero, while memory allocated using malloc() has random data.
  • B.malloc() and memset() can be used to get the same effect as calloc().
  • C.calloc() takes two arguments, but malloc takes only 1 argument
  • D.All of the above

Answer: D

No answer description available for this question.

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

Post your comment