Home Segments Index Top Previous Next

Chapter 31:

How To Write Functions
that Return Character Strings

You have seen a variety of mechanisms that make programs easier to read and understand. Now you are ready to tackle still more C mechanisms, each of which helps you to make your programs read more elaborate files and display more elaborate reports. In this chapter, for example, you learn how you can return character strings from functions, and you learn how character strings are stored in your computer.