c - How can I get a file pointer ( FILE* ) of known file in a specific path? -


to read/write file need file pointer in language c in unix environment. know file name , path, how file pointer using name , path.

#include <stdio.h> file * pfile; pfile = fopen ("myfile.txt","w"); 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -