Page 1 of 1

What is the function of void *memset(s, c, n)?

Posted: Wed Jul 13, 2022 7:55 pm
by answerhappygod
a) places character s into first n characters of c, return c
b) places character c into first n characters of s, return s
c) places character s into first n characters of c, return s
d) places character c into first n character of s, return c