完全弄清幾乎每次必考的sizeof關鍵字(筆試面試常考)

       下面看看幾乎每次筆試都會碰到的sizeof關鍵字.ios   #include<iostream> using namespace std; struct A {}; struct B { char c; int i; }; struct C { int i; char c; }; struct D { char c1; char c2; int i; };
相關文章
相關標籤/搜索