Lesson 18. Manipulating Strings
Text data, which C stores in strings, is an important part of many programs. So far, you have learned how a C program stores strings and how you can input and output strings. C offers a variety of functions for other types of string manipulations as well. In this lesson you learn
How to determine the length of a string
How to copy and join strings
Functions that compare strings
How to search strings
How to convert ...
Get C Programming in One Hour a Day, Sams Teach Yourself, 7th 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.