💼File management
For accessing files, we shall use FILE
structure in the following way,
Here, fopen("file_path", "mode");
for modes,
Here, fclose(fp)
is optional!
Last updated
Was this helpful?
For accessing files, we shall use FILE
structure in the following way,
Here, fopen("file_path", "mode");
for modes,
Here, fclose(fp)
is optional!
Last updated
Was this helpful?