Course Content
Programming in C
About Lesson
  1. Write a program to concatenate two files and give the output as the third file. All the three file names must be taken as command-line arguments.
  2. Write a program to display the filenames in the input directory (input directory passed as a command-line argument).
Scroll to Top