11. Character Strings and String Functions
You will learn about the following in this chapter:
Functions:
gets()
, gets_s()
, fgets()
, puts()
, fputs()
, strcat()
, strncat()
, strcmp()
, strncmp()
, strcpy()
, strncpy()
, sprintf()
, strchr()
Creating and using strings
Using several string and character functions from the C library and creating your own string functions
Using command-line arguments
The character string is one ...
Get C Primer Plus, Sixth 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.