MCQOPTIONS
Saved Bookmarks
| 1. |
For what minimum value of x in a 32-bit Linux OS would make the size of e equal to 8 bytes?struct Example { int n : 13; int m : 8; int s : n; }e; |
| A. | 32 |
| B. | 12 |
| C. | 8 |
| D. | 4 |
| E. | None of these |
| Answer» C. 8 | |