Computer Science, asked by babli63, 11 months ago

what is an array ?with syntax​

Answers

Answered by meharsingh61
1

Heya. This is your answer below in pictures see from there ok.

Attachments:
Answered by tiger009
0

Array

Explanation:

Array is the object that contains the sequence of the similar type of components which means that if it contain integer or float type components then it contains only that type of component and it not contain different types of component in a single array.

Syntax:

datatype array_name [ array_size ];

Example:

int ar[100];

Learn More:

https://brainly.in/question/11890333

Similar questions