Comment

created: 11/14/2007; revised: 06/28/2017

String Problems


Part S — String and Character Problems

These puzzles involve characters and null-terminated strings. The string puzzles are an opportunity to practice using pointers. You could solve the puzzles using character arrays and indexing, but try to solve them using character pointers.



Next Page         Home