Multiple choice technology programming languages In vi editor which option will substitutes entire line C S A 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.