CIW Exam Questions

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

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

A.
\@array4;

B.
@array4($ref);

C.
getpass(\@array4);

D.
getpass{@array4};