TOC | Prev | Next

Strings

Strings are not actually a type, so much as a convention.

char str[] = "Hello, world";
|H|e|l|l|o|,|w|o|r|l|d|\0|
TOC | Prev | Next