nerdexam
CIW

1D0-437 · Question #5

Which of the following choices demonstrates the correct syntax to pass a reference to a subroutine?

The correct answer is C. getpass(\@array4). See the full explanation below for the reasoning.

Question

Which of the following choices demonstrates the correct syntax to pass a reference to a subroutine?

Options

  • A@array4;
  • B@array4($ref);
  • Cgetpass(@array4);
  • Dgetpass{@array4};

How the community answered

(26 responses)
  • A
    12% (3)
  • B
    4% (1)
  • C
    81% (21)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 1D0-437 Practice