How to avoid structure padding in C?
Answer Posted / vishnu948923
by using #pragma pack
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What is formal argument?
How can I do serial ("comm") port I/O?
Write a program on swapping (100, 50)
What are different types of variables in c?
What is the purpose of void in c?
Is c still relevant?
Can we assign integer value to char in c?
Explain is it better to bitshift a value than to multiply by 2?
What is file in c language?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Why calloc is better than malloc?
What happens if you free a pointer twice?
Where are c variables stored in memory?
How is a macro different from a function?
What is c language used for?