what is the defrenece between structure and union
Answer Posted / shruti
Kapildalke -> u are rite..
the differance between a structure and union is that,
in structure memory is allocated to each and every element
of the structure.
in union memory allocated is only of the element which
requires maximum memory.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is using exit() the same as using return?
Can you write the function prototype, definition and mention the other requirements.
What are two dimensional arrays alternatively called as?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
How can you access memory located at a certain address?
State the difference between x3 and x[3].
What is switch in c?
What does the file stdio.h contain?
Explain what is the benefit of using #define to declare a constant?
Why is c called "mother" language?
What are global variables and explain how do you declare them?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Which function in C can be used to append a string to another string?
What are formal parameters?
Is there a built-in function in C that can be used for sorting data?