Here\'s an example to clarify what I mean:
// A struct with a char array struct StructA { char value[6]; }; char Initializer[6] = "Hello"; // This