what is an array ?with syntax
Answers
Answered by
1
Heya. This is your answer below in pictures see from there ok.
Attachments:
Answered by
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