ryandublin5154 ryandublin5154 30-01-2024 Computers and Technology contestada Assume this is a 32bit environment, what is the size of x?struct Terminal {char name[30];char location[32]; struct Terminal next;} xa. 4 bytesb. 8 bytesc. 16 bytesd. 12 bytes