Vidyalelo
Computer Science · Q679

Linux

Engineering and GATE · Computer Science · question 679

Q679

What is the output of the following code: os=Unix echo 1. os 2." os" 3.' os' 4. os

A.
1.Unix 2.Unix 3.Unix 4.Unix
B.
1.Unix 2.Unix 3.$os 4.Unix
Answer
C.
1.Unix 2.Unix 3.Unix 4.$os
D.
1.Unix 2.os 4.$os

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board