Vidyalelo
Computer Science · Q483

Linux

Engineering and GATE · Computer Science · question 483

Q483

What is the output of the following program? [ -n HOME ] echo ? [ -z HOME ] echo ?

A.
0
1
Answer
B.
1
0
C.
0
0
D.
1
1

Answer: Option A

Solution

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