1.

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

Answer»

The CORRECT choice is (a) __attribute__((packed));

Explanation: The correct SYNTAX of the ATTRIBUTE packed is: __attribute__((packed));



Discussion

No Comment Found

Related InterviewSolutions