Vidyalelo
C Programming · Q87

C Preprocessor

Programming · C Programming · question 87

Q87

The correct syntax of the attribute packed is . . . . . . . .

A.
__attribute__((packed));
Answer
B.
_attribute(packed);
C.
_attribute_((packed));
D.
__attribute__(packed);

Answer: Option A

Solution

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