Computer Science, asked by darshan0908, 1 year ago

what is collection of element having Same data type

its computer​

Answers

Answered by jasmine9527
2
The collection of element having same data type is known as UDT - user defined data type
Answered by mahimapanday53
0

Concept:

Arrays are a form of data structure that can hold a sequential collection of elements of the same type in a defined size. An array is a collection of variables of the same type that is used to hold a collection of data. Contiguous memory locations make up every array. The first element has the lowest address, while the last piece has the highest.

Solution:

A collection of elements having the same data type is called an array.

#SPJ2

Similar questions