+ 1
What is the purpose of file IO ?
What is the purpose of file IO in software developement. apart from common uses
1 Réponse
+ 2
1. If the user input is a file you need IO
2. If the output is a file you need IO
3. Your clients require this
4. It's easier to feed a program with files than by hand
Many more