Question: Write a C function named fcheck () that checks whether a file exists. The function should be passed a filename. If the file exists, the
Write a C function named fcheck () that checks whether a file exists. The function should be passed a filename. If the file exists, the function should return a value of 1; otherwise the function should return a value of 0.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
