討論串還是同一個問題 (c語言)
共 8 篇文章
內容預覽:
下面的程式碼 chr 應為char 才對. "mynews" <noreplay@gmail.com> 撰寫於郵件新聞:g2lfqk$jg6$1@netnews.hinet.net...> #include <stdio.h>. > #include <stdlib.h>. > #include <
(還有245個字)
內容預覽:
#include <stdio.h>. #include <stdlib.h>. #include <string.h>. int main(void){. char *str1="123";. char *str4="456";. char *str3="789";. strcpy(str3,st
(還有101個字)