struct Foo{ int a; int b[]; }; Since a flexible array member has incomplete type, you cannot apply the sizeof operator to a flexible array. Any structure ...
確定! 回上一頁