adspace
Answer Posted / Jitendra Kumar Yadav
The size of an empty structure is equal to the sum of sizes of its members (if any) plus the size of a struct alignment padding needed for alignment purposes. If there are no members, then the size will still be non-zero due to alignment requirements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Differentiate between null and void pointers.
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What are pointers? What are different types of pointers?
How can I implement sets or arrays of bits?
What is variable initialization and why is it important?
will u please send me the placement papers to my mail???????????????????
write a c program to find the sum of five entered numbers using an array named number
what is ur strangth & weekness
What is pointer to pointer in c with example?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
develop algorithms to add polynomials (i) in one variable
write a program to find out prime number using sieve case?
What is the difference between union and anonymous union?