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.

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

ANSWER DOWNLOAD EXAMIANS APP

C Programming
What is the difference between a declaration and a definition of a variable?

Both can occur multiple times, but a definition must occur first.
A definition occurs once, but a declaration may occur many times.
There is no difference between them.
A declaration occurs once, but a definition may occur many times.
Both can occur multiple times, but a declaration must occur first.

ANSWER DOWNLOAD EXAMIANS APP