Can you generally make any assumptions about the minimum size of a data type?
What I have read so far:
- char: 1 Byte
- short: 2 Byte
- int: 2 Byte, typically 4 Byte
- long: 4 Byte
float??? double???
Are the values in float.h
and limits.h
system dependent?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…