随笔分类 -  C

摘要://printf的使用和int、float、double格式的控制 //%:表示格式说明的起始符号,不可缺少 %i,%f等等就理解成一个占位置的坑,除了这个坑其他位置都随意填写 #include int main(int argc, const char * argv[]) { //1、输出整型、单精度、双精度、字符类型数据 int intValue=0; ... 阅读全文
posted @ 2016-06-16 10:25 Shaper22 阅读(7208) 评论(0) 推荐(0)