InterviewSolution
Saved Bookmarks
| 1. |
What Are Structures And Unions? |
|
Answer» While handling real world problems we come across situations when we want to use different data type as ONE, C ALLOWS the user to define it own data type known as STRUCTURES and UNIONS.Structures and unions gathers together different atoms of informations that comprise a given entity. While handling real world problems we come across situations when we want to use different data type as one, C allows the user to define it own data type known as structures and unions.Structures and unions gathers together different atoms of informations that comprise a given entity. |
|