

MCQOPTIONS
Saved Bookmarks
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)); | |