Hi all kindly help me to understand why cant we define Arrays in structs in c#
i tried the other asked question but most of them suggests to use class instead of a struct. that is ok for implementation purpose but i want to understand why can't we define arrays in structs.