arrang the data in proper order in the program or in the memory is called a data structure, lke arranging the names of diff students in alphabetical order.
What do you mean by searching in data structure in C.?
Data hierarchy is the structure and organization of data, which involves fields, records, and files. (c) Bidgoly MIS2.
'structure' is also known as 'data-record' or 'compund data'
No such thing exist in C but you can do this using structure data type and creating arrary of it object there after!!
A tree.
In Pascal, data structures are implemented with recorddata types. A record is synonymous with the structdata type in C, or the class data type in C++.
data structure using c
struct tm can be an example.
225 Rs. after discount........
Data structure is related to the algorithm, ie solution of the requirements.whereas Data Type is component of a programming language, which can be used to implement the required data structure (organization of data and format).For example if the requirement say that a LIST is required, and in C programming language , there is not LIST data type BUT LIST CAN BE REALISED(IMPLEMENTED ) in C.
An example: int array [10]; yaaa this is write but for a simple programs on array and all data structure visit codingdatastructure.blogspot.com
C does not contain any built in constructs for object oriented programming. Methods and Data are generally not stored in an object structure in c.