mlbaker2499 mlbaker2499 24-05-2023 Computers and Technology contestada Consider the following snippet of code in a 32-bit computer. struct contact { char name[30]; char email[30]; int phone; } x; What is the size of variable x in bytes?