InterviewSolution
Saved Bookmarks
| 1. |
Which of the following attributes is used to specify that the minimum required memory to be used to represent the types?(a) packed(b) aligned(c) unused(d) deprecatedThe question was posed to me in final exam.My enquiry is from Pragma topic in section C Preprocessor of C |
|
Answer» Correct option is (a) packed |
|