A Sub procedure can return ____ value(s) to the calling procedure.

A. 0
B. 1
C. 2
D. 3


Answer: A

Computer Science & Information Technology

You might also like to view...

A pure virtual function is a member function

a. Whose declaration ends with = 0. b. That is used in a derived class only. c. That is used in a base class d. Takes no arguments e. Member form that is used to force all derived classes to implement that member function or be a pure virtual function member of the derived class.

Computer Science & Information Technology

When present, _________ the block associated with a try block always executes.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

An association list is another word for a(n) ____.

A. stack B. map C. queue D. set

Computer Science & Information Technology

The descriptive identifier ____ indicates that the left subtree is higher than the right subtree.

A. LH B. RH C. EH D. LR

Computer Science & Information Technology