what is the difference between structure and union?
Answer Posted / dasari chaithanya
The difference between structure and union is ,structure
will occupie total number of bytes or memory sometimes
waste memory,but union is which is the higest memory than
the data will store the memory location.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is structure data type in c?
What is conio h in c?
string reverse using recursion
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Is multithreading possible in c?
What are predefined functions in c?
Did c have any year 2000 problems?
What is c variable?
What is printf () in c?
What is null pointer constant?
What is c programming structure?
What is the meaning of 2d in c?
What is file in c language?
What is pointer in c?
Explain how can you restore a redirected standard stream?