| 1. |
Give Some Situations Where Typing Error Can Destroy A Program? |
|
Answer» There are MANY situations where typing errors can prove to be a real costly EFFORT. For EXAMPLE a single extra space can CONVERT the functionality of the program from deleting the sub directories to files deletion. cp, cn, cd all resemble the same but their actual functioning is different. Misdirected > can delete your data. There are many situations where typing errors can prove to be a real costly effort. For example a single extra space can convert the functionality of the program from deleting the sub directories to files deletion. cp, cn, cd all resemble the same but their actual functioning is different. Misdirected > can delete your data. |
|