void *memset(void *str, int c, size_t n) Syntax void *memset(void *str, int c, size_t n) Description: The C library function void *memset(void *str, int c, size_t n) copies the character c (an unsigned char) to the first n characters of the string po