Which of the following choices demonstrates the correct syntax to pass a reference to a subroutine?
\@array4;
@array4($ref);
getpass(\@array4);
getpass{@array4};
Submit