Question: Write a C program called prfiles. prfiles takes one argument, the pathname to a directory. profiles's job is to print the name of all ordinary
Write a C program called "prfiles". "prfiles" takes one argument, the pathname to a directory. "profiles"'s job is to print the name of all ordinary files in that directory or any directory below it in the file tree. (hint: use recursion).
your code should not test extensively for error conditions or include header files, but do use enough comments to make the program understandable.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
