Functions and Subroutines - Programming

Q1:

How many values is a function capable of returning?

A 1

B 0

C Depends upon how many params arguments does it use.

D Any number of values.

E Depends upon how many ref arguments does it use.

ANS:A - 1

No answer description is available. Let's discuss.