Chapter 6 Data Types

6.3.2 String and Their Operations Typical operations: – Assignment – Comparison (=, >, etc.) – Catenation – Substring reference – Pattern matching C and C++ use char arrays to store char strings and provide a collection of string operations through a standard library whose header is string.h ................
................