mhiggy8475 mhiggy8475 30-01-2024 Computers and Technology contestada Given the following union type definition in a 32bit computer:union person {char gender;int age;char name[16];} x;What is the total number of bytes used by the variable x?a. 16b. 20c. 24d. 30