标签:
---note---
_ _ _ _ _ _ _ _
最高位为符号位
8位为0-7
基本数据类型:
整型:int
short int
long int
字符型:char ( ‘a‘ ‘b‘ ‘c‘ ‘1‘ ‘2‘ )
字符串:‘ab‘ ‘123‘
浮点型:float
double
常量:定义一次,不可改变 #define NAME Dy #define π 3.14
变量:定义一次,可改变多次 int a=1
---note---
标签:
原文地址:http://www.cnblogs.com/Dying39/p/5659740.html