In the c++ fopen() function we need to give the full path of the file along with its name.
But how to open a file if we just know the name like "xyz.txt" and dont know the location of file.
But how to open a file if we just know the name like "xyz.txt" and dont know the location of file.
Comment