填空题

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

【参考答案】

char<int<long int<float<double