Multiple choice technology operating systems

Which key allows to append the script in next line

  1. Single quote

  2. front slash

  3. full stop

  4. back slash

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

A backslash () at the end of a line acts as a line continuation character, allowing a command to span multiple lines. Single quotes start/end a quoted string, front slash is path separator, and full stop ends a sentence or denotes current directory.