
Correct Path Names
You may have encountered this problem before–your program contains a full path name of a file, into which data has to be written or read from: FILE * f = fopen(“C:dataemployees.txt”, “r”); //ERROR! However, at run time, you encounter unexpected behavior when the program fails to read from, or write