会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
redn
行如逆水行舟
博客园
首页
新随笔
联系
管理
2018年1月5日
C语言-数据类型
摘要: 数据类型: 1、基本类型:(整型、浮点型和字符型、枚举)(常量、变量) 符号常量使用前必须先定义(#define 标识符 常量)标识符一般大写 #include <stdio.h>#define PRICE 30;void main(){ int num,total; num=10; total=n
阅读全文
posted @ 2018-01-05 14:52 redn
阅读(306)
评论(0)
推荐(0)
编辑