The correct syntax of the attribute packed is _________
(a) __attribute__((packed));
(b) _attribute(packed);
(c) _attribute_((packed));
(d) __attribute__(packed);
I have been asked this question in quiz.
My question is based upon Pragma topic in division C Preprocessor of C