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
cavium networks written test pattern ..
in iso what are the common technological language?
Can you write a programmer for FACTORIAL using recursion?
Define Spanning-Tree Protocol (STP)
What is the use of in c?
How can I invoke another program or command and trap its output?
Tell us bitwise shift operators?
write a program for the normal snake games find in most of the mobiles.
Is there sort function in c?
What is #include stdio h and #include conio h?
What are the advantages of c language?
Is a pointer a kind of array?
Is it better to use malloc() or calloc()?
What is a function simple definition?
What is pre-emptive data structure and explain it with example?