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 the difference between a free-standing and a hosted environment?
Explain what is the difference between functions abs() and fabs()?
Explain why c is faster than c++?
What is pointer to pointer in c?
What is calloc()?
What is data structure in c language?
Write a program with dynamically allocation of variable.
What is pivot in c?
How can I get the current date or time of day in a c program?
Write a program of advanced Fibonacci series.
What is external variable in c?
Why void main is used in c?
What is character constants?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Which of these functions is safer to use : fgets(), gets()? Why?