Introduction - If you have any usage issues, please Google them yourself
1 Aims
The main purpose of the assignment is to let you practice the following programming techniques:
perform operations on pointers to basic and more complex types
pass pointers as arguments to functions
perform operations on strings
parse some text.
2