How to avoid structure padding in C?
Answer Posted / t swain
by using #pragma you can avoid structure padding.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is meant by errors and debugging?
What are the rules for identifiers in c?
What is wrong with this initialization?
What is the purpose of macro in C language?
What is function pointer c?
What is a structure in c language. how to initialise a structure in c?
What does p mean in physics?
Explain About fork()?
Describe explain how arrays can be passed to a user defined function
How reliable are floating-point comparisons?
When was c language developed?
Explain what are the different file extensions involved when programming in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is a good data structure to use for storing lines of text?
Are bit fields portable?