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

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

Helps to avoid repeating a set of statements many times.
Enhances the logical clarity of the program.
Helps to avoid repeated programming across programs.
All of these
Makes the debugging task easier.

ANSWER DOWNLOAD EXAMIANS APP