Overview
First of all we should know what is program.
-> A program is a set of instruction which perform operation on data.
so, without data instruction cannot be performed that’s why data is important part of program.
-> The way that we organised the data in main-memory i.e the data structure during execution time of a program.
Note: Before Starting Data Structure We Should Know c & c++ .
c is the subset of c++ language.