C Programming
Pick the correct statements.I.   The body of a function should have only one return statement.II.  The body of a function may have many return statements.III. A function can return only one value to the calling environment.IV. If return statement is omitted, then the function does its job but returns no value to the calling environment.

III and IV
II and III
II and IV
I and II
I and III

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.
All of these
Makes the debugging task easier.
Helps to avoid repeated programming across programs.

ANSWER DOWNLOAD EXAMIANS APP