What is the output of this program?
#!/bin/bash
for i in 2 3 7
do
echo "ggl"
done
exit 0
a) 'ggl' will print 3 times
b) nothing will print
c) program will generate an error message
d) none of the mentioned

Submitted by: Murtaza
a) 'ggl' will print 3 times
Submitted by: Murtaza

Read Online Bash Arithmetic Expressions Job Interview Questions And Answers