InterviewSolution
| 1. |
What Is The Difference Between Fopen And Is_open Functions? |
|
Answer» The difference between FOPEN and IS_OPEN functions is GIVEN as follows: IS_OPEN — Returns a Boolean value when the file handle is PASSED as a parameter to the function to an open file. Following is the syntax of the IS_OPEN function: The difference between FOPEN and IS_OPEN functions is given as follows: IS_OPEN — Returns a Boolean value when the file handle is passed as a parameter to the function to an open file. Following is the syntax of the IS_OPEN function: |
|