What is structure padding ?

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


Please Help Members By Posting Answers For Below Questions

Explain how can I convert a number to a string?

637


Does c have class?

608


What is the stack in c?

714


What is mean by data types in c?

547


Is there a built-in function in C that can be used for sorting data?

742






What is static and volatile in c?

775


What are control structures? What are the different types?

589


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

1954


What are the properties of union in c?

583


Do you know null pointer?

600


how is the examination pattern?

1594


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15043


What are dangling pointers? How are dangling pointers different from memory leaks?

617


using for loop sum 2 number of any 4 digit number in c language

1728


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1319