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 uses of .net
How a string is stored in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is void pointers in c?
What is the use of sizeof?
What is the value of uninitialized variable in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Explain a pre-processor and its advantages.
Which is more efficient, a switch statement or an if else chain?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How can I insert or delete a line (or record) in the middle of a file?
What is switch in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Is it better to use a macro or a function?