Vidyalelo
Computer Science · Q808

Linux

Engineering and GATE · Computer Science · question 808

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
Answer
C.
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