Q296
What is the output of this program? #!/bin/sh var="Example" demo_function() var="Linux" echo var demo_function exit 0
A.
Example
B.
Linux
AnswerC.
Command not found
D.
None of the mentioned
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board