answersLogoWhite

0

What is arrays of structure?

Updated: 8/10/2023
User Avatar

Wiki User

12y ago

Best Answer

A simple array has of basic data type such as char, int, float... arrays of structure has the type of structure.

struct student std[12];

Here std is an arrays of structure.

User Avatar

Wiki User

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

Wiki User

13y ago

Can be very useful. Do you have any question regarding them.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Please rewrite this to an actual question.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is arrays of structure?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

arrays


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

arrays


What data structure does python use in place of arrays?

I believe Python's version of arrays is called dictionaries, although I am not completely sure and will have to check now...


What data structure should be used to make tables?

Two dimensional arrays.


What is a parallel array?

a parallel is data structure for representing array of records.


Is Array a linear data structure?

Conceptually, an array is a fixed size collection. However, a "ragged" array is not a linear one, nor a "matrix". Those 2 maybe thought of an array of arrays, ragged ones are arrays with different lengths, while matrices are arrays of the same length. Depends on the context of the question, an array is linear itself, regardless what kind of elements it contains. But there exists some arrays (I used math term on purposes) that are not "linear" (the ragged, the matrix, the 3-dimensional, 4-, etc.), thus, NOT all Arrays are Linear.


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.


Is String a linear data structure?

yes it is, other linear data structures are lists,queues,stacks,arrays


What are the differences between structures and arrays?

Arrays are collections of repeated data items. Structures are complex data items made up of other data items, including, potentially, other structures and arrays. You can, of course, also have arrays of structures. Array items can be accessed by using its subscript whereas structure items can be accessed using its dot or "arrow" operator in C, C++, C#, Java, and JavaScript.


Why is the FOR structure used for looping?

The FOR structure is used for looping to define the variable, define the conditions and then explination of what will be done to the variable. It is used for arrays to help run a code a set number of times.


What is a multidimentional array?

Arrays having more than one dimension is known as multi-dimensional arrays. Multi-dimensional arrays is also known as arrays-of-arrays.


What is multidimentional array?

Arrays having more than one dimension is known as multi-dimensional arrays. Multi-dimensional arrays is also known as arrays-of-arrays.