A string is an array of characters that ends with a null character \0
.
All examples mentioned in the page are related to strings in C programming. To understand all examples on this page, you should have the knowledge of:
- Strings in C
- How to Pass String to a function
- Commonly used library functions to work with strings