摘要: 运算级自增自减运算符大于取值运算符*,大于取地址运算符! 1 #include<stdio.h> 2 #include<string.h> 3 #define OK 1 4 #define ERROR 0 5 typedef char ElemType; 6 typedef int Status; 阅读全文
posted @ 2020-10-12 21:16 靠谱杨 阅读(104) 评论(0) 推荐(0)