討論串[問題]傳遞結構位址
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
這是課本交換的範例. #include <stdio.h>. #include <stdlib.h>. struct student. {. int id;. char name[10];. };. void sumfunc(struct student *,struct student *);.
(還有242個字)
內容預覽:
#include <stdio.h>. #include <stdlib.h>. struct student. {. int id;. char name[10];. };. void sumfunc(struct student *);. int main(int argc, char *arg
(還有196個字)
首頁
上一頁
1
下一頁
尾頁