Multiple choice

How many values do a Procedure in VB 6 returns?

  1. Many

  2. One

  3. Two

  4. No value

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In VB 6, a Sub procedure performs actions but does not return a value to the caller, unlike a Function procedure which returns a value.