C++筆試題之字節對齊

struct的對齊問題是由一道筆試題想到的,筆試題以下: #include <iostream> using namespace std; typedef union student { char name[10]; long sno; char sex; float score [4]; } STU; void main () { STU a[5];
相關文章
相關標籤/搜索