Q186
What is the output of the following program? b = [ -n b ] echo ? [ -z b ] echo ?
A.
1
1
1
B.
2
2
2
C.
0
0
Answer0
D.
0
1
1
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board