Computer Science, asked by dasaritra2007, 2 months ago

how is each element referred in an array?​

Answers

Answered by kashwini77
1

Explanation:

An entire array is declared all at once. -

  • Each individual element in the array can be referenced by indexing. ... In C, an element of an array (i.e., an individual data item) is referred to by specifying the array name followed by one or more subscripts, with each subscript enclosed in square brackets

hope it helps you❤❤❤

Answered by nareshsaini77117
0

Explanation:

Explanation:

An entire array is declared all at once. -

Each individual element in the array can be referenced by indexing. ... In C, an element of an array (i.e., an individual data item) is referred to by specifying the array name followed by one or more subscripts, with each subscript enclosed in square brackets

hope it helps you❤❤❤

Similar questions