指向結構變數的指標. #include <stdio.h>. struct student{. int age;. char name[10];. };. int main(){. student lynn = {23, {'l', 'y', 'n', 'n', ...
確定! 回上一頁