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
Where local variables are stored in c?
What is the difference between char array and char pointer?
Explain what are the __date__ and __time__ preprocessor commands?
How do you override a defined macro?
What is sizeof return in c?
How many levels of pointers have?
What is c definition?
Explain what is the difference between functions abs() and fabs()?
Can we change the value of static variable in c?
What is the purpose of main( ) in c language?
What is huge pointer in c?
What is a substring in c?
How was c created?
What is bin sh c?
What is stack in c?