How to avoid structure padding in C?
Answer Posted / ravi
by using #pragma you can avoid structure padding. and that
to u can use it in linux or unix if i m not wrong.
| Is This Answer Correct ? | 55 Yes | 4 No |
Post New Answer View All Answers
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Is a house a shell structure?
Explain about C function prototype?
What are the 4 types of unions?
What is an array? What the different types of arrays in c?
What are dangling pointers in c?
What is the purpose of & in scanf?
What are shell structures used for?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What does the error message "DGROUP exceeds 64K" mean?
What is f'n in math?
Can a pointer be volatile in c?
Explain about block scope in c?
Explain how can I read and write comma-delimited text?
Write a c program to build a heap method using Pointer to function and pointer to structure ?