c語言經典例子

#include <stdio.h> //#define A int //#define A int[6] typedef int B[6];//int [6] B; typedef通常形式: typedef 數據類型 別名 typedef int (*zz_p)[4];//int (*)[4] sz_p; 數組指針對應書寫形式 typedef int (*fun_p)(int ,int);
相關文章
相關標籤/搜索