本机中,char类型数据占用1byte, unsigned int, int, long int, float类型的数据占用4 bytes, double类型的数据占用8bytes. 至于指向所有基本数据类型的指针(char*, int* , double*等)都是占用4bytes, 可以使用sizeof函数进行测量. The<< operator on std::cout is overloaded. Its behavior depends on the type of the right…