IDENTIFY THE CORRECT STATEMENTS WITH RESPECT TO FUNCTIONS. [1.5]A)...

76.

Identify the correct statements with respect to Functions.

[1.5]

a)

Function procedures are

d) It is possible to return a

value from a function

Private by default.

including it in a Return

statement.

e) The function sets the

b) Any number of Exit Function

default value to argtype if

statements can appear

anywhere in the procedure.

you use Exit Function

without assigning a value

to the name of the

function.

c)

Only a single Exit Function

statement can appear

anywhere in the procedure.