Question: Given the structure definition in a 32-bit environment: struct contact { char name[22] char gender; int phone; X, What is the total number of bytes

![char name[22] char gender; int phone; X, What is the total number](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3ab8dbccc0_19766f3ab8d4cdfd.jpg)
Given the structure definition in a 32-bit environment: struct contact { char name[22] char gender; int phone; X, What is the total number of bytes used for the object x, including the padding bytes? O A. 27 O B. 28 O C. 30 O D. 32
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
