I
i
a
A E. None of the above
Answer is Wrong!
Answer is Right!
The correct answer is C. a.
The command a is used to append text at the end of the current line in vi editor.
The
commandI is used to insert text at the beginning of the current line.
The command i is used to insert text at the cursor position.
The command A is used to append text at the end of the file.
The command None of the above is incorrect.