会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
学而时习之,不亦说乎
good good study, day day hahaha O(∩_∩)O~~
博客园
首页
新随笔
联系
订阅
管理
2024年4月28日
C语言数据类型
摘要: 1、基本数据类型 1.1 整数类型 1.2 浮点类型 1.3 字符类型 1.4 布尔类型 #include <stdio.h> #include <stdbool.h> // 使用宏定义 #define TRUE 1 #define BOOL int int main() { // 第1种处理方式
阅读全文
posted @ 2024-04-28 20:40 意如柳
阅读(2)
评论(0)
推荐(0)
编辑
公告