討論串[問題] 從struct 印出字串
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
其實不知道怎麼跟你講,因為滿多低級錯誤的。. #include <stdio.h>. #include <stdlib.h>. #include <string.h>. typedef struct A{. char *element;. struct QElement* next;. }QElem
(還有484個字)
內容預覽:
問題(Question):. 我想印出結構中的一個字串,可是卻一直跑出??,非預期的答案. 程式碼(Code):(請善用置底文網頁, 記得排版). typedef struct A{. char element[20];. struct QElement* next;. }QElement;. QE
(還有439個字)
首頁
上一頁
1
下一頁
尾頁