Answer Posted / sruthy
union allocates the memory equal to the maximum memory
required by the member of the union but structure allocates
the memory equal to the total memory required by the members
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is I ++ in c programming?
Explain how can I read and write comma-delimited text?
Why enum is used in c?
How can I open files mentioned on the command line, and parse option flags?
What is the best style for code layout in c?
What is pass by reference in functions?
What is advantage of pointer in c?
What happens if header file is included twice?
What is scanf () in c?
Is void a keyword in c?
How can I send mail from within a c program?
What will be the outcome of the following conditional statement if the value of variable s is 10?
Can you tell me how to check whether a linked list is circular?
What is #line used for?
What is character constants?