Previous: 11.2 Library String Functions
Up: 11 String Processing
Next: 11.4 Common Errors
Previous Page: 11.2.5 File I/O with Strings
Next Page: 11.3.1 Palindromes
In the previous section we have discussed some of the string utility functions
provided by the C standard library and illustrated their use with
examples.
Additional string functions can be found in Appendix .
We close this chapter with a few additional example programs
making use of these string processing functions.