LPI
102-400 · Question #81
After issuing: function myfunction { echo $1 $2 ; } in Bash, which output does: myfunction A B C Produce?
The correct answer is A. A B. See the full explanation below for the reasoning.
Question
After issuing: function myfunction { echo $1 $2 ; } in Bash, which output does: myfunction A B C Produce?
Options
- AA B
- BA B C
- CA C
- DB C
- EC B A
How the community answered
(18 responses)- A83% (15)
- D11% (2)
- E6% (1)
Community Discussion
No community discussion yet for this question.