explain about storage of union elements.
Answer Posted / saranya
union elements share common memory space
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What is a lvalue
What is the scope of static variable in c?
Why is #define used?
What 'lex' does?
What is the difference between āgā and āgā in C?
How can you access memory located at a certain address?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is meant by inheritance?
What are the various types of control structures in programming?
Tell me is null always defined as 0(zero)?
What are the back slash character constants or escape sequence charactersavailable in c?
Can we declare a function inside a function in c?
What is use of null pointer in c?
What are local variables c?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?