what is the defrenece between structure and union
Answer Posted / renuka
structure is declared with the keyword struct and structure
variables occupy individual memory location.But Unoin is
declared with the keyword union and its variables are
allocated to a memory at which the highest byte of the
variable is declared.
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Explain two-dimensional array.
What is wrong with this program statement?
When should I declare a function?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
please send me the code for multiplying sparse matrix using c
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Why do we use main function?
How does normalization of huge pointer works?
How can I delete a file?
What is the explanation for the dangling pointer in c?
Is c a great language, or what?
Do character constants represent numerical values?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is the value of h?
Explain can you assign a different address to an array tag?