Examveda
Examveda

What is the output of the following program?
b = 
[ -n $b ]
    echo $?
[ -z $b ]
    echo $?

A. 1
1

B. 2
2

C. 0
0

D. 0
1

Answer: Option C


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux