What is the function of void *memset(s, c, n)?
Answer: B
The void *memset(s, c, n) places character c into first n characters of s, return s.