#include #include // cstring memcpy,strcpy,strncpy #include // cstdio size_t #include //cstdlib malloc using namespace std; // string_copy_strnspn1.cpp int main() { size_t length; //size_t copy ( char* s, size_t n, size_t pos = 0) const; char buffer1[20], buffer2[20]; char *buffer3,*buffer4; cout<<"\n copying from string to character array "<