Q808
What is the output of this program? #!/bin/bash a=2 b=4 let c=a**b echo c exit 0
A.
8
B.
16
AnswerC.
32
D.
none of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board