填空题

C++的五种基本数据类型int、char、float、double 和long int 所占内存空间大小的关系是 【6】

【参考答案】

char<int<long int<float<double