19. Can You Tell Me More About Strings?
C’s Built-In Character and String Functions
In This Chapter
This chapter shows you ways to take work off your shoulders and put it on C’s. C includes lots of helpful built-in functions in addition to ones like strlen()
, getchar()
, and printf()
that you’ve read about so far.
There are many more built-in functions than there is room for in a single chapter. This chapter explains the most common and helpful character and string functions. In the next chapter, you’ll learn about some numeric functions. ...
Get Absolute Beginner’s Guide to C, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.