CIW
1D0-437 · Question #50
Which of the following choices demonstrates the correct syntax to pass the argument $arg2 to the subroutine getpass?
The correct answer is A. getpass($arg2). See the full explanation below for the reasoning.
Question
Which of the following choices demonstrates the correct syntax to pass the argument $arg2 to the subroutine getpass?
Options
- Agetpass($arg2);
- Bcall &getpass($arg2);
- Csub &getpass($arg2);
- Dcallgetpass($arg2);
How the community answered
(17 responses)- A71% (12)
- B18% (3)
- C6% (1)
- D6% (1)
Community Discussion
No community discussion yet for this question.