answersLogoWhite

0

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.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What do you mean by non primitive data structure in C programming?

What do you mean by searching in data structure in C.?


What is the structure and organization of data in a database called?

Data hierarchy is the structure and organization of data, which involves fields, records, and files. (c) Bidgoly MIS2.


What do you menat by a structre in c?

'structure' is also known as 'data-record' or 'compund data'


What is the data structure which stores the multipole values?

No such thing exist in C but you can do this using structure data type and creating arrary of it object there after!!


What data structure is used to represent graphs in c language?

A tree.


What is the Pascal programming language data structure?

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++.


MDU -1st semester subject codes?

data structure using c


How can define date data type in c structure?

struct tm can be an example.


What is the price of the book data structure using c and c plus plus by tanenbaum?

225 Rs. after discount........


What is the first no for sialkot?

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.


How 2 write c code of array data structure?

An example: int array [10]; yaaa this is write but for a simple programs on array and all data structure visit codingdatastructure.blogspot.com


What is an object in c?

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.