摘要: #include #include int main(){ int test[5] = {0}; printf("the size of char is %d byte\n", sizeof(char)); printf("the size of int is %d byte\n"... 阅读全文