Data Structures Question:
Download Questions PDF

What is data structure?

Answer:

A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data.

Download Data Structures Interview Questions And Answers PDF

Previous QuestionNext Question
Difference between calloc and malloc in data structures?List out the areas in which data structures are applied extensively?