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 functions to open and close the file in c language?
How do I read the arrow keys? What about function keys?
Is malloc memset faster than calloc?
What library is sizeof in c?
What is a node in c?
Is there anything like an ifdef for typedefs?
What is 1f in c?
What are conditional operators in C?
What are the complete rules for header file searching?
Why is void main used?
Explain what is the most efficient way to store flag values?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What are examples of structures?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Write a simple code fragment that will check if a number is positive or negative.