C Programming
Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements?

None of these
arr[6]
arr{7}
arr{6}
arr[7]

ANSWER DOWNLOAD EXAMIANS APP