Examveda
Examveda

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

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

Answer: Option B


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Related Questions on Arrays and Strings