Answer Posted / priya
structure padding is used to pad the data in
such a way that it can be sent to external devices.
Sometimes, the data is padded in such a way
that it can be used on little endian vs big
endian processors
Padding is done to fast access of data from memory.
| Is This Answer Correct ? | 14 Yes | 8 No |
Post New Answer View All Answers
What is cohesion and coupling in c?
What is cohesion in c?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is bubble sort technique in c?
what are bit fields in c?
Explain why can’t constant values be used to define an array’s initial size?
What is static function in c?
What is file in c preprocessor?
Can you please explain the difference between exit() and _exit() function?
What does sizeof return c?
Is there anything like an ifdef for typedefs?
What is pass by value in c?
What is class and object in c?
What is the process of writing the null pointer?
Is int a keyword in c?