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
Are c and c++ the same?
List the variables are used for writing doubly linked list program.
What are the general description for loop statement and available loop types in c?
What are the different types of linkage exist in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is const keyword in c?
Explain how can I write functions that take a variable number of arguments?
What are different types of pointers?
What is the acronym for ansi?
What does c mean?
what do the 'c' and 'v' in argc and argv stand for?
What is assignment operator?
what is stack , heap ,code segment,and data segment
If fflush wont work, what can I use to flush input?
Explain how can I read and write comma-delimited text?