M4: Quiz
The size (number of bytes) of a structure-type variable can be changed by the following factors. Select all that apply.
a) changing the computer from a 32-bit to a 64-bit processor.
b) changing the orders of the members in the structure.
c) adding a member into the structure.
d) changing a struct from containing one char followed by a int, to a two chars followed by an int.
a) changing the computer from a 32-bit to a 64-bit processor.
b) changing the orders of the members in the structure.
c) adding a member into the structure.
d) changing a struct from containing one char followed by a int, to a two chars followed by an int.
Click the card to flip 👆