C Programming Homework #5: Trailing White Space

Due: Monday, February 29, 2016

You may find Example #2 in my C tutorial useful for this exercise as well. The main purpose of this assignment is to give you yet more practice with C control structures and filter programs.

  1. Write a filter program that removes trailing white space from every line of the input file.

Submit your program to Moodle (the .c file). Be sure it includes a comment block at the top that includes your name, the name of the file, the date, and a brief description of what the program does..


Last Revised: 2016-02-17
© Copyright 2016 by Peter C. Chapin <PChapin@vtc.vsc.edu>