What is difference between copying and moving class 9?
Amelia Brooks
Answer: Copying means just copy the particular data at another location and it remains intact at its previous location, while moving data means copying same data into another location and it gets removed from it's original location.