10.
What is the output of this program?
#!/bin/sh
echo "Just call the function"
hello_function
hello_function() {
   echo "This is a function"
}
exit 0

Read More Section(Linux)

Each Section contains maximum 100 MCQs question on Linux. To get more questions visit other sections.