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 does the format %10.2 mean when included in a printf statement?
What are type modifiers in c?
List the different types of c tokens?
How can I delete a file?
Sir i need notes for structure,functions,pointers in c language can you help me please
What are the modifiers available in c programming language?
Is c language still used?
How can you find the exact size of a data type in c?
What are operators in c?
What is quick sort in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
Is there a way to jump out of a function or functions?
Explain the properties of union.
Is main an identifier in c?
Calculate 1*2*3*____*n using recursive function??