Examveda

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

A. returns the value of s1

B. returns the value of s2

C. doesn't return any value

D. returns the value of s1 and s2

Answer: Option A


This Question Belongs to C Program >> Arrays And Strings

Join The Discussion

Related Questions on Arrays and Strings