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?

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};



Leave a Reply 1

Your email address will not be published. Required fields are marked *