数据类型总结

来源:互联网 发布:github源码在微信上 编辑:程序博客网 时间:2024/06/17 23:10
基本数据类型;

整数:
            整型;   ----  int      -----------4
            短整型 -----short int --------2
            长整型 -----long int  --------8

浮点数(实数)
            单精度浮点数  ----float ---------4
            双精度浮点数 -----double ------8

字符;
            char      ----------------------1