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
Why void main is used in c?
Process by which one bit pattern in to another by bit wise operation is?
Explain #pragma statements.
What is the meaning of typedef struct in c?
please give me some tips for the placement in the TCS.
What are local variables c?
What is the best style for code layout in c?
What is meant by high-order and low-order bytes?
find the sum of two matrices and WAP for it.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is array of structure in c programming?
Is null valid for pointers to functions?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is int main () in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?