Multiple Choice
Which of the following statements is NOT true?
A) Functions perform an action and then return a value to the point from which they were called.
B) Function procedures and sub procedures can be supplied with arguments.
C) Arguments sent to sub procedures and functions procedures can be sent ByVal or ByRef.
D) Sub procedures and function procedures can return values to the point from which they were called.
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Which of the following statements is NOT
Q28: Which of the following statements about context
Q29: Functions perform an action and return a
Q30: When creating menus with the MenuStrip component,the
Q31: Which property of a menu must be
Q33: Right-clicking on an object will usually pop
Q34: If you use the ShowDialog method to
Q35: Of the following choices,which CANNOT be done
Q36: Sub procedures can return a value.
Q37: After adding a common dialog component to