What is the difference between a structure and a union?
Answer Posted / nashiinformaticssolutions
Structure: All members have their own memory location.
Union: All members share the same memory location.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do we open a binary file in Read/Write mode in C?
Tell me is null always defined as 0(zero)?
What is a structural principle?
Explain do array subscripts always start with zero?
How can I direct output to the printer?
What is echo in c programming?
When was c language developed?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Explain the array representation of a binary tree in C.
Why #include is used in c language?
What is a scope resolution operator in c?
What is null in c?
What is the modulus operator?
What is #define size in c?
Why is structure padding done in c?