Strings in C - Strings
Learn C - C tutorial - strings in c - C examples - C programs
Strings
- A string is a group of characters.
- A string is commonly a data type and is repeatedly implemented as array data structure of words that stores a sequence of elements.