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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
A preprocessor command

comes before the first executable statement
need not start on a new line
has # as the first character
need not start on the first column

ANSWER DOWNLOAD EXAMIANS APP