Home > Back-end >  C # array
C # array

Time:09-22

Access an element of the array, the elements of the index put inside.., such as integer array intArr seventh element value is assigned to the integer variables n can use statements:
______________________________________________________________________________,
In the console output index value of 7 elements in the array intArr value can use statement:
______________________________________________________________________________.

CodePudding user response:

[], n=intArr [6], printf (" % d ", intArr [7])
  • Related