<string.h>:strcpy(str1,str2) strcat(str1,str2) strlen(str) strcmp(str1,str2) <ctype.h>: isalpha(chr) isupper(chr) islower(chr) toupper(chr) tolower(chr) <stdlib.h>: atoi(str) atof(str) itoa(str) malloc(size_t)