© 1999-2048 dssz.net 粤ICP备11031372号
[其它] IT常见面试笔试题含答案
说明: 1.已知strcpy 函数的原型是: char *strcpy(char *strDest, const char *strSrc); 其中strDest 是目的字符串,strSrc 是源字符串。不调用C++/C 的字符串库函数, 请编写函数 strcpy 答案: char *strcpy(char *strDest, const char *strSrc) { if ( strDest == NULL || strSrc == NULL) return NULL ; if ( strDest<ouch1hao> 上传 | 大小:80kb