Data Structures Question:

Difference between calloc and malloc in data structures?

Data Structures Interview Question
Data Structures Interview Question

Answer:

malloc: allocate n bytes
calloc: allocate m times n bytes initialized to 0


Previous QuestionNext Question
What are the major data structures used in the following areas : RDBMS, Network data model & Hierarchical data model?What is data structure?