InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Infile And Input? |
|
Answer» The INFILE STATEMENTS are mainly used to identify the external FILES, whereas the INPUT STATEMENT is used to explain all the variables. The INFILE statements are mainly used to identify the external files, whereas the INPUT statement is used to explain all the variables. |
|