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
What is data structure in c programming?
How do I swap bytes?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Is fortran still used today?
Write a code on reverse string and its complexity.
Can we declare function inside main?
difference between native and cross compilers
What is call by reference in functions?
What is a program flowchart and how does it help in writing a program?
What is a void pointer? When is a void pointer used?
Which is better malloc or calloc?
What is ambagious result in C? explain with an example.
What is bin sh c?
How will you divide two numbers in a MACRO?
Why c is called a mid level programming language?