程式範例: Ch 4 -1. c */ #include <stdio. h> #include <stdlib. h> /* 主程式*/ int main() { struct test { /* 宣告結構*/ int math; }; /* 結構陣列指標變數宣告*/ ...
確定! 回上一頁