Computer Science, asked by aashish009sharma, 1 month ago

How will you declare the array in a program?​

Answers

Answered by dhumalrohan740
0

Answer:

C - Arrays

Declaring Arrays. To declare an array in C, a programmer specifies the type of the elements and the number of elements required by an array as follows − type arrayName [ arraySize ]; ...

Initializing Arrays. ...

Accessing Array Elements. ...

Arrays in Detail.

Answered by princeameta2882007
23

Explanation:

  • C - Arrays

  • Declaring Arrays. To declare an array in C, a programmer specifies the type of the elements and the number of elements required by an array as follows − type arrayName .

  • Initializing Arrays.

  • Accessing Array Elements.

  • Arrays in Detail.
Similar questions