#includeusing namespace std;
int main(){ bool a; char b; cout<<(&a)<<(&b)< return 0; }
存储空间大小用sizeofcout<<sizeof(a)<<","<<sizeof(b)<<endl;