memcpy(dest, src, strlen(src)+1);. 10. printf("After memcpy dest = %s\n", dest);. 11. 12. return(0);. 13. } Source: www.tutorialspoint.com.
確定! 回上一頁