Answer Posted / glibwaresoftsolutions
#pragma provides compiler-specific instructions.
Example:
#pragma pack(1) // Forces 1-byte alignment for structures
struct Example {
char a;
int b;
};
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is property type c?
What is the difference between near, far and huge pointers?
Subtract Two Number Without Using Subtraction Operator
What is the 'named constructor idiom'?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What are the types of assignment statements?
What is logical error?
Differentiate between static and dynamic modeling.
What are structure members?
What is a protocol in c?
What are loops in c?
What are the types of c language?
What is #include stdlib h?
Explain what is a 'locale'?
Explain what are linked list?