“Pass Any Exam. Any Time.” – www.actualtests.com 2
ActualTests.com
Which of the following choices demonstrates the correct syntax to pass the argument $arg2 to the
subroutine getpass?
A.
getpass($arg2);
B.
call &getpass($arg2);
C.
sub &getpass($arg2);
D.
callgetpass($arg2);
A