共用體

union sample { short i; char ch; float f; }; typedef union sample SAMPLE; int main() { printf(「bytes=%d\n」,sizeof(SAMPLE)); return 0; } 知識點: 三個不同的數型,進行轉換後變爲一個數輸出
相關文章
相關標籤/搜索