InterviewSolution
Saved Bookmarks
| 1. |
Differentiate Deleting data using Backspace and Delete? |
|
Answer» 1. Backspace key is used to delete the character left of the insertion pointer of the cell. 2. Delete key is used to delete the character right of the insertion pointer of the cell. 3. This can be done while typing or after typing in the cell. |
|