C Programming
Array passed as an argument to a function is interpreted as

Address of the array.
Address of the first element of the array.
Number of element of the array.
Values of the first elements of the array.

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

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

ANSWER DOWNLOAD EXAMIANS APP