Data Structures Question:
Download Questions PDF

Difference between calloc and malloc in data structures?

Answer:

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

Download Data Structures Interview Questions And Answers PDF

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?