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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
C preprocessor

Takes care of macros
Takes care of conditional compilation
All of these
Acts before compilation
Takes care of include files

ANSWER DOWNLOAD EXAMIANS APP