Course Content
Programming in C
About Lesson
  1. Write a program which accepts two file names as command-line arguments and prints the first line where they differ.
  2. Implement a simplified version of scanf function.
  3. 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. 
Scroll to Top