Rewrite appropriate programs from earlier chapters and exercises with pointers instead of array indexing. Good possibilities include getline (Chapters 1 and 4), atoi , itoa , and their variants (Chapters 2, 3, and 4), reverse (Chapter 3), and strindex and getop (Chapter 4). Solution by Gregory Pietsch /* Gregory Pietsch ex. 5-6 dated 2001-01-29 */ #include #include #include /* getline: get line ..