Multiple Choice
Which of the following statements is NOT true?
A) A sub procedure is a procedure that performs actions.
B) A function procedure is a procedure that performs actions.
C) A sub procedure returns a value to the point from which it was called.
D) A function procedure returns a value to the point from which it was called.
Correct Answer:

Verified
Correct Answer:
Verified
Q22: A function procedure may perform an action,but
Q23: Explain the differences between ByVal and ByRef
Q24: When creating a menu,if an item named
Q25: You must declare the name of a
Q26: Which of the following statements about menus
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
Q32: Which of the following statements is NOT