一、程序 #include<iostream> using namespace std; int main(){ cout<<sizeof(char); } 二、结果 1 //char 4 //float 4 //int