Q444
What is the output of this program? #!/bin/bash demo_var=hello readonly demo_var demo_var=hi echo demo_var exit 0
A.
hello
AnswerB.
hi
C.
nothing will print
D.
none of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board