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 are different types of pointers?
Write a C program in Fibonacci series.
Difference between linking and loading?
What is the advantage of using #define to declare a constant?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What are the types of assignment statements?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Explain how can I right-justify a string?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What are the advantages of c language?
Why do we use main function?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is a program?
Is array a primitive data type in c?
What is "Duff's Device"?