Multiple choice technology operating systems

What is the significance of - in DCL scripting ?

  1. to perform subtraction

  2. end of line

  3. to continue in next line

  4. for invisible characters in same line

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In DCL (Digital Command Language) scripting, the hyphen (-) character at the end of a line indicates that the command continues on the next line. This is a line continuation character that allows long commands to be split across multiple lines for readability.