Vidyalelo
C Programming · Q75

C Preprocessor

Programming · C Programming · question 75

Q75

The function of __attribute__((packed)); can also be performed using . . . . . . . .

A.
#pragma pack(1);
Answer
B.
#pragma pack(2);
C.
#pragma pack(4);
D.
#pragma pack(8);

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board