InterviewSolution
Saved Bookmarks
| 1. |
What is a structure? |
|
Answer» It is one of the DATA types that allow PROGRAMMERS to combine data ITEMS of different types. There are TWO types of structure - type and struct. Once you set up a structure, you can use it to declare variables. |
|