Vidyalelo
Computer Science · Q444

Linux

Engineering and GATE · Computer Science · question 444

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