What are the uses of cut copy and paste commands explain?
Answers
Answered by
1
Answer:
The cut command removes the selected data from its original position, while the copy command creates a duplicate; in both cases the selected data is kept in temporary storage (the clipboard). The data from the clipboard is later inserted wherever a paste command is issued.
Similar questions