answersLogoWhite

0


Best Answer

That rather depends on the underlying type. For any given type T, an array of type T is user-defined if T is user-defined, otherwise it is built-in. For example:

#include<string> // required to use std::string

std::string s[42]; // user-defined array

int i[42]; // built-in array

Here, s is a user-defined array because std::string is a user-defined type, whereas i is a built-in array because int is a built-in type.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

No.
Array is not a primitive data type

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

no array is not made up of number of data items

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

An array is an aggregate of data elements of the same type. It is a data container, therefore it is a data structure.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

No. But, for example, 'array of ten integers' is a data-type.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Yes. An array is an aggregate of elements of the same type and is therefore homogeneous (as opposed to heterogeneous).

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

yes an array is a data structure

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

application of the array

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

No. An array is an aggregate data type.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Application of array in data structure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Quick sort is faster in data structure?

I think the data structure in question is array.


What is a complex data structure?

A complex data structure is the kind of structure that has two arrays. One array hols the real part of the complex data and the other array holds the imaginary part.


What is the difference between an array and structure?

An array is a collection of related data elements of same type.Structure can have elements of different types.An array is a derived data type.A structure is a programmer-defined data type.A struct can contain multiple data types, whereas an array can not.


What was the first historical data structure?

Array


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 data structure is used to store homogeneous data item?

array


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 is single dimension in data structure?

Array, Stake, Queue.


What is the difference between an array of structures and an array within a structure?

The main differences between an array and a structure are: An Array is a collection of similar data items.An array is derived data type.It behave like a built in data type. An array can be increased or decreased. A structure is a collection of dissimilar data items.It is a user defined data types.It must be declared and defined.A structure element can be added if necessary.


What is linear data structure?

when elements are accesed or placed in contiguous memory location yhen data structure is known as linear data structure. stacks, arrays, queues and linklists are example of data structure. in non-linear data structure element are not placed in sequential manner. trees, graph are the ex. of non-linear data structure.


Applications of data structure?

no application


What is a parallel array?

a parallel is data structure for representing array of records.