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
Explain null pointer.
What are structural members?
Without Computer networks, Computers will be half the use. Comment.
How can I automatically locate a programs configuration files in the same directory as the executable?
How can I recover the file name given an open stream?
What is a newline escape sequence?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Why do some versions of toupper act strangely if given an upper-case letter?
explain how do you use macro?
What are header files and explain what are its uses in c programming?
Why do we need functions in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Write a program to print fibonacci series without using recursion?
Why do we use int main instead of void main in c?
Why c is known as a mother language?