Write a c/c++ program which reads one text file and writes its data to another file. Hint use functions gets() and fputc(). Concept used in...
Write a c/c++ program which reads one text file and writes its data to another file. Hint use functions gets() and fputc(). Concept used in...