nerdexam
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)
  • A
    83% (15)
  • D
    11% (2)
  • E
    6% (1)

Community Discussion

No community discussion yet for this question.

Full 102-400 Practice