C++實驗—— 基本數據類型所佔的字節數

#include<iostream.h> #include<math.h> int main() {    cout<<"int:"<<sizeof(int)<<endl;    cout<<"float:"<<sizeof(float)<<endl;    cout<<"double:"<<sizeof(double)<<endl;    cout<<"char:"<<sizeof(char)<
相關文章
相關標籤/搜索