This is a small C language program that can read a text file. The program is given file name as command parameter and it reads the file line by line. The program will prints out number of characters and words in each line. The program will also prints out the number of lines in the text file. File name should contain complete physical path or only the file name if file is present in the same directory as program executable.