会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
区块链散户一枚
Python中毒爱好者
博客园
首页
新随笔
联系
管理
订阅
2020年12月7日
C Primer Plu学习笔记【7-8章节】
摘要: 第7章 C控制语句:分支和跳转 7.1 if语句 示例代码 #include <stdio.h> int main(void) { const int FREEZING = 0; float temperature; int cold_days = 0; int all_days = 0; prin
阅读全文
posted @ 2020-12-07 00:28 就是想学习
阅读(196)
评论(0)
推荐(0)
公告