Vidyalelo
Computer Science · Q296

Linux

Engineering and GATE · Computer Science · question 296

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