Computer Science, asked by Alwingeo25, 7 months ago

Define an array. Give an example of an interger array declaration ​

Answers

Answered by sanu27937
2

Explanation:

large collection of things, especially one that is impressive and is seen by other people

For example, if x is a parameter and is intended to represent an array of integers, it can be declared as any one of the following declarations: int x[]; int *x; int x[10];

Similar questions