Vidyalelo
C Programming · Q133

Arrays and Strings

Programming · C Programming · question 133

Q133

What does the following function returns void *memmove(void *s1,const void s2, size_t n);?

A.
returns the value of s1
Answer
B.
returns the value of s2
C.
doesn't return any value
D.
returns the value of s1 and s2

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board