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 are the different types of pointers used in c language?
given post order,in order construct the corresponding binary tree
Explain what are header files and explain what are its uses in c programming?
Explain the use of 'auto' keyword
What is putchar() function?
c program to compute AREA under integral
#include
What are the key features in c programming language?
How can I sort a linked list?
how many key words availabel in c a) 28 b) 31 c) 32
Why is c called c not d or e?
Is main a keyword in c?
What is an example of structure?
What is equivalent to ++i+++j?
What is hashing in c language?