C I/O
Each student will be able to:
- Write fully functioning C programs that use "C style" I/O,
including the variants of printf and scanf.
- Effectively debug defective C programs that use "C style" I/O.
- Write a fully functioning C program that accepts command
line arguments and prints out the number of such
command line arguments, the string values of each
of those arguments, and the total number of characters
included in the argument strings.