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?

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

A.
A B C

B.
A C

C.
B C

D.
C B A

E.
A B



Leave a Reply 0

Your email address will not be published. Required fields are marked *