Linux_FoundationLinux_Foundation
LFCS · Question #90
LFCS Question #90: Real Exam Question with Answer & Explanation
Sign in or unlock LFCS to reveal the answer and full explanation for question #90. The question stem and answer options stay visible for context.
Submitted by chiamaka_o· Apr 18, 2026Essential Commands
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
Unlock LFCS to see the answer
You've previewed enough free LFCS questions. Unlock LFCS for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Bash functions#Positional parameters#Shell scripting#Argument passing