✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
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];
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!