a) void *memcpy(void *s1,const void *s2,size_t n);
b) void *memcpy(void *s2, const void *s1, size_t n);
c) void memcpy(void *s1,const void *s2, size_t n);
d) void memcpy(void *s2,const void *s1,size_t n);
Which of the following is the right syntax to copy n characters from the object pointed to by s2 into the object pointed
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is the right syntax to copy n characters from the object pointed to by s2 into the object pointed
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!