What is structure packing ?
Answers were Sorted based on User's Feedback
See: http://www.geocities.com/vijoeyz/faq/c/padding.txt
Best,
Vijay Zanvar,
Home Page - http://geocities.com/vijoeyz/
| Is This Answer Correct ? | 2 Yes | 5 No |
What are variables and it what way is it different from constants?
ATM machine and railway reservation class/object diagram
How can I swap two values without using a temporary?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
How can I read a binary data file properly?
Famous puzzles which are generally asked by companies during interviews ?
what is the different bitween abap and abap-hr?
write a program to remove occurrences the word from entered text?
why ordinary variable store the later value not the initial
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
write a c program for greatest of three numbers without using if statment
Where register variables are stored in c?