2018年8月14日

【c学习-3】

摘要: 恢复内容开始 恢复内容结束 阅读全文

posted @ 2018-08-14 17:14 activecode 阅读(170) 评论(0) 推荐(0)

【c学习-2】

摘要: #include #define MYVAR 18 int main(){ //float x=3.14; //x=3.14++; //printf("%c\n",x); //int x=1; printf("%%"); char chTemp=getchar(); printf("%c\n",chTemp); int x[4]={1,2,3,4,5}; printf("%d\n",... 阅读全文

posted @ 2018-08-14 11:03 activecode 阅读(128) 评论(0) 推荐(0)

导航