ambertingen6270 ambertingen6270 26-03-2024 Engineering contestada Given the following struct definitions, how many bytes are needed to store the variable xx; ? Give your answer in decimal only. struct X{ char c; Y y; \}; struct Y{ float a [3≪2][4];float ∗ b[3≪2][4]; \};