首页 新闻 赞助 找找看
1
回答数

已解决问题 80 求教有关strcpy和指针变量的问题

#include <stdio.h> #include <string.h> char *duplicate(const char *p) { char *q; strcpy(q, p); retur