struct temp { int a : 13; int b : 8; int c : x; }s;
a) 4
b) 8
c) 12
d) 32
For what minimum value of x in a 32-bit Linux OS would make the size of s equal to 8 bytes?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
For what minimum value of x in a 32-bit Linux OS would make the size of s equal to 8 bytes?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!