Multiple choice technology programming languages

In vi editor which option will substitutes entire line

  1. C

  2. S

  3. A

  4. O

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

In vi editor, S substitutes the entire line - it deletes the line and enters insert mode. C substitutes from cursor to end of line, A appends text after the cursor, and O opens a new line above the current one.