fazeelkhalid / Lab1-read-and-write-in-file-through-system-Call-

Create a function removeNonAlphabets(char * inputFileName, char * outputFileName) in C or C++ that is passed as parameters: an input file name and an output file name. The function then reads the input file using read system call and removes all non-alphabets. It then writes the data to output file using write system call. You will need to see o…
1Updated 3 years ago

Related projects

Alternatives and complementary repositories for Lab1-read-and-write-in-file-through-system-Call-