C learners are generally pretty comfortable with the str… series of functions: strlen() strcpy() strcat() strcmp() strlwr() strupr() However, I generally find a very poor awareness of the mem… series of functions: memcpy() memmove() memset() memchr()