About Lesson
- Write a program which accepts two file names as command-line arguments and prints the first line where they differ.
- Implement a simplified version of scanf function.
- Write a program that reads an input file, switches the capitalisation of all the characters (lower case characters become upper case characters and vice versa) and displays it to the stdout.