InterviewSolution
Saved Bookmarks
| 1. |
What is structure in C language? |
|
Answer» Structures are a COLLECTION of various DATA ITEMS of different data-types. Like an ARRAY, each member in a STRUCTURE is located next to each other. |
|