Multiple choice

Which of the following way of passing arguments to a procedure allows a special calling convention to be used that explicitly indicates the argument to be provided and the associated value?

  1. Positional Arguments

  2. Named Arguments

  3. Exit Sub

  4. None of these

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

This way of passing arguments to a procedure allows a special calling convention to be used that explicitly indicates the argument to be provided and the associated value