What is the output of the following program?

x = 3; y = 5; z = 10;
if [( $x -eq 3 ) -a ( $y -eq 5 -o $z -eq 10 )]
then
echo $x
else
echo $y
fi
a) 1
b) 3
c) 5
d) Error

Submitted by: Murtaza
b) 3
Submitted by: Murtaza

Read Online Linux OS Shell Job Interview Questions And Answers