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 atoi and atof in c?
I have a varargs function which accepts a float parameter?
what do you mean by inline function in C?
What is the need of structure in c?
What is bash c?
Why & is used in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is the argument of a function in c?
What is 'bus error'?
What are the 4 types of programming language?
What is meant by recursion?
Why is sprintf unsafe?
What are data types in c language?
What is wrong with this program statement?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.