It seems that we could use the zero length array member as the last member of the struct, I am wondering how to initialize the struct, for example
struct test{
int x;
int y[0];
};
It seems that we could use the zero length array member as the last member of the struct, I am wondering how to initialize the struct, for example
struct test{
int x;
int y[0];
};