Jul 22, 2024
int v[5]
int arr[10]
int arr[3] = {5, 7, 11}
arr[0]
arr[1]
arr[n-1]
int arr[10] = {0}
Full transcript