What is Data Structure ?
Data Structure is a way to store and organize data so that it can be used efficiently.
As per name indicates itself that organizing the data in memory.
The data structure is not any programming language like C, C++, JAVA etc.
It is set of algorithms that we can use in ay programming language to strcture data in memory.