what is the defrenece between structure and union
Answer Posted / abhradeep chatterjee
all of you are correct. ya, 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 which is declared.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
The statement, int(*x[]) () what does in indicate?
What is the code for 3 questions and answer check in VisualBasic.Net?
please explain every phase in the "SDLC" in the dotnet.
Explain the process of converting a Tree into a Binary Tree.
Explain what is the general form of a c program?
How can I open files mentioned on the command line, and parse option flags?
What is static volatile in c?
Why malloc is faster than calloc?
What is pointers in c with example?
What is a lookup table in c?
What does 4d mean in c?
What is difference between arrays and pointers?
How can you find the exact size of a data type in c?
Tell me is null always defined as 0(zero)?
What is structure padding and packing in c?