About this document
C Programming: Strings Tutorial by Adrian Iosif is a document available to read on EtoBox.
This document discusses strings in C programming. It begins by explaining that a string is an array of characters terminated with a null character. It then provides examples of declaring, initializing, reading, and passing strings. Common string functions like strlen(), strcpy(), strcmp(), and strcat() are also introduced.
- Author
- Adrian Iosif
- Language
- EN