摘要: ifselse #include<stdio.h> void main(){ if(0) if(0); else ; else; //等价于 if(0) if(0); else ; else; if(0);else ; //是一个整体 while(1); //while 括号后有分号就说明while 阅读全文
posted @ 2019-07-27 17:29 Coding_Changes_LIfe 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 1、printf 2、scanf一定要记得取地址符,否则会把变量的值当做内存地址 3、答疑 阅读全文
posted @ 2019-07-27 14:38 Coding_Changes_LIfe 阅读(317) 评论(0) 推荐(0) 编辑