answersLogoWhite

0

1:

struct data {

char *name;

int age;

} d;

2.

int x [300];

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is a homogeneous data structure and why is this a weakness for RDBMS?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array


What are the differences between Homogeneous and non homogeneous data structures?

in homogeneous data structure all the elements of same data types known as homogeneous data structure. example:- array while there can b any type of data in non homogeneous data structure. example:- list


What is non homogeneous material?

collection of dissimilar type of data is called non homogeneous data structure as for example structure .


What is homogeneous data structure?

collection of dissimilar type of data is called non homogeneous data structure as for example structure .


Which data structure can't store the homogeneous data elements?

arrays


What data structure is used to store homogeneous data item?

array


Which data structure can't store the non-homogeneous data elements?

arrays


Is array structure union is a collection of homogeneous type of data element?

They is three different things.


What is type of data connection?

data is collection of data nd is many type linear non linear homogeneous non homogeneous etc


What are the uses of array?

Array in most programming langauges like C ,C++, Java etc is a static , homogeneous and linear data structure. A data structure itself is a mathematical and logical model to organise data.It clearly specifies the domain of the data that can be stored in the structure and the collection of valid operations (functions) that can be performed on that data. Array is a linear structure in the sense that the data is organised sequentially(one after another in a contineous chunck of memory). It is a homogeneous data structure i.e. it contains elements which are of the same data type.The data type of array can be inbuilt like int , float ,char, double and even user defined that is created using a structure or a class. The main use of an array is to oragnise homogeneous data together as a group to perform operations on data in a collective manner since traversal and retrieval becomes easy.Whenever a homogeneous list(One Dimendional or Multi-Dimensional)has to be implemented we make use of array.The advantage of array lies in the fact that it uses indexed represenattion enabling us to access any member element directly. The example of practical use of array in progarmming will be creation of index lists, pointer arrays,matrix operations(transpose,addition ,subtraction,multiplication,inverse etc.).


What is data structure?

The data structures are user defined data types specifically created for the manipulation of data in a predefined manner. Examples of data structures would be stacks,queues,trees,graphs and even arrays(also reffered as data structure)


What are the subject-matters of data structure?

types of data structure types of data structure