✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Consider (as usual in 64-bit machines) that values of type are represented using 8, 4, and 1 bytes in memory, respectively.long
, int
, and char
How many bytes are required for the representation of shown in the code fragment below (assuming no padding)?v
struct data {
long a;
int b[3];
char c[12];
};
data v[4];
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!