After issuing: function myfunction { echo $1 $2 ; } in Bash, which output does: myfunction A B C Produce?

After issuing: function myfunction { echo $1 $2 ; } in Bash, which output does: myfunction A B C Produce?
A . A B
B . A B C
C . A C
D . B C
E . C B A

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments