Q. What is the shebang line?
β
Correct Answer: (A)
#!
Explanation: The shebang line is a special line at the beginning of a script file that tells the operating system which interpreter to use to run the script.