1.

The correct syntax of the attribute packed is _________

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


Discussion

No Comment Found