Strings

Tokenisation strtok strtok r and strtok s

String literals

Calculate the Length strlen

Basic introduction to strings

Copying strings

Creating Arrays of Strings

string formatted data readwrite

Convert Strings to Number atoi atof dangerous dont use them

Iterating Over the Characters in a String

Comparsion strcmp strncmp strcasecmp strncasecmp

Find firstlast occurrence of a specific character strchr strrchr

Copy and Concatenation strcpy strcat

strspn and strcspn

Safely convert Strings to Number strtoX functions

Zeroing out a string

strstr