Vidyalelo
C Programming · Q101

Structure and Union

Programming · C Programming · question 101

Q101

For what minimum value of x in a 32-bit Linux OS would make the size of s equal to 8 bytes? struct temp int a : 13; int b : 8; int c : x; s;

A.
4
B.
8
C.
12
Answer
D.
32

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board