What is true regarding the statement beginning with #! that is found in the first line of a script? (Choose TWO correct answers.)
It prevents the script from being executed until the \ is removed
It triggers the installation of the scripts interpreter
It specifies the path and the arguments of the interpreter used to run the script
It defines the character encoding of the script
It is a comment that is ignored by the script interpreter
Submit