Answers

Question and Answer:

  Home  Data Structures

⟩ Difference between calloc and malloc in data structures?

malloc: allocate n bytes

calloc: allocate m times n bytes initialized to 0

 125 views

More Questions for you: