#include <stdio.h> #include <string.h> void main() { struct Student_Perosnal_Data { char name[10]; ... C語言的動態空間分配主要透過malloc和free兩函數來處理。
確定! 回上一頁