How will you declare the array in a program?
Answers
Answered by
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
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
Geography,
28 days ago
English,
1 month ago
Social Sciences,
1 month ago
Math,
9 months ago
English,
9 months ago