COM 267 Chapter 4: Strings 1 Data Structures Using C, Second Edition Reema Thareja
2 Introduction Operations on Strings Arrays of Strings Pointers and Strings Data Structures Using C, Second Edition Reema Thareja
3 Introduction Computers are widely used for word processing applications such as creating, inserting, updating, and modifying textual data. Besides this, we need to search for a particular pattern within a text, delete it, or replace it with another pattern. So, there is a lot that we as users do to manipulate the textual data. In C, a string is a null-terminated character array. This means that after the last character, a null character ('