InterviewSolution
Saved Bookmarks
| 1. |
What Are The Differences Between Structures And Arrays? |
|
Answer» Arrays is a GROUP of SIMILAR DATA types but STRUCTURES can be group of different data types. Arrays is a group of similar data types but Structures can be group of different data types. |
|