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 are the three constants used in c?
What are the application of c?
Explain the use of 'auto' keyword in c programming?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is array in C
What is double pointer?
What is pointer and structure in c?
Write a program to print fibonacci series without using recursion?
Why c is called object oriented language?
What are the different types of errors?
what are the advantages of a macro over a function?
What are the functions to open and close file in c language?
how can f be used for both float and double arguments in printf? Are not they different types?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is a nested loop?