CIW
1D0-437 · Question #95
Which of the following methods of calling a subroutine is not valid?
The correct answer is B. getname() = @array1. See the full explanation below for the reasoning.
Question
Which of the following methods of calling a subroutine is not valid?
Options
- A$namex = getname();
- Bgetname() = @array1;
- C$yearstogo = $Retireage Currentage();
- D$yearstogo = $Retireage Currentage($name);
How the community answered
(63 responses)- A3% (2)
- B76% (48)
- C6% (4)
- D14% (9)
Community Discussion
No community discussion yet for this question.