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
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Differentiate between full, complete & perfect binary trees.
Write a code to generate a series where the next element is the sum of last k terms.
What does sizeof return c?
How to set file pointer to beginning c?
What is build process in c?
Explain how do you determine whether to use a stream function or a low-level function?
I came across some code that puts a (void) cast before each call to printf. Why?
What is difference between scanf and gets?
What is spaghetti programming?
How does free() know explain how much memory to release?
What is a #include preprocessor?
What is wild pointer in c?
How can you find the day of the week given the date?
Why is #define used?