InterviewSolution
Saved Bookmarks
| 1. |
In the directive #pragma pack(n), if the value of ‘n’ is given to be 5, then what happens?(a) Error(b) Warning but no error(c) Executes the pragma statement(d) Ignores the pragma statement and executes the programI had been asked this question in an internship interview.My doubt stems from Pragma in portion C Preprocessor of C |
|
Answer» Right choice is (d) Ignores the PRAGMA STATEMENT and executes the program |
|