Which key is used to remove the character located directly under the cursor?
Explanation
The 'x' key deletes the single character under the cursor. In contrast, 'X' deletes the character before the cursor, 'dd' removes the entire current line, and 'D' deletes from the cursor to the end of the line.